:root {
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --light-orange: #fac479;
  --brown: #8e2d06;
  --light-black: #3d3d3d;
  --untitled-ui--primary100: #f4ebff;
  --orange: #f18927;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray500: #66708500;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --transparent: var(--color);
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--warning300: #fec84b;
  --gray-white: #9c9c9c;
  --color: #fff0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: none;
}

.section-home-hero {
  background-image: none;
  background-position: 0 0;
  width: auto;
  height: 100vh;
}

.nav-bar {
  background-color: #ddd0;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 6px 14px -5px #0000000f;
}

.nav-bar.home {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-bar.home.main {
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
}

.italic-text {
  font-style: normal;
  font-weight: 700;
}

.container-home-hero {
  z-index: 10;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0%;
}

.div-home-hero-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  padding-bottom: 0%;
  display: block;
}

.div-home-hero-symbol {
  flex-direction: column;
  display: flex;
}

.section-nos-realisation {
  width: auto;
  margin-top: 0;
  padding-top: 4rem;
}

.container-nos-realisation {
  max-width: none;
  margin-top: 4rem;
  padding-left: 5%;
  padding-right: 5%;
}

.div-nos-realisation-top-holder {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 1rem;
  display: flex;
}

.div-nos-realisation-right-side {
  display: inline-block;
}

.div-nos-realisation-left-side {
  align-items: flex-end;
  display: flex;
}

.quick-stack {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  height: 150vh;
  padding: 0;
}

.cell {
  background-image: url('../images/maciek-miloch-stillstars-Glenfiddich-still-life-food-photographer-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell-2 {
  background-image: url('../images/YooNation_Visuel_12-Yoomee.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell-3 {
  background-image: url('../images/Cover-ECLICK-Eventify-Web.png');
  background-position: 50%;
  background-size: cover;
}

.section-nos-clients {
  padding-bottom: 0;
}

.container-nos-clients {
  border-bottom: 1px solid #b3b3b3;
  max-width: none;
  margin-top: 4rem;
  padding-bottom: 2rem;
  padding-left: 5%;
  padding-right: 5%;
}

.div-nos-clients-top-holder {
  justify-content: space-between;
  margin-bottom: 2rem;
  display: flex;
}

.div-nos-clients-right-side {
  display: inline-block;
}

.div-nos-clients-left-side {
  align-self: center;
  align-items: flex-end;
  display: flex;
}

.rl_footer3_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_link-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 100%;
  place-items: start;
  display: grid;
}

.rl_footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  align-items: start;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer3_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-top: 1rem;
  display: grid;
}

.rl_footer3_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_text {
  color: var(--relume-library-lite--rl-black);
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.rl_footer3_logo {
  text-align: left;
}

.rl_footer3_left-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.rl_footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  align-items: start;
  padding-right: 0%;
  display: grid;
}

.rl-padding-section-medium {
  border-top: 1px solid #575757;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.rl_footer3_component {
  background-color: var(--relume-library-lite--rl-white);
  background-image: url('../images/Untitled-1.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 2rem;
}

.div-footer-contact-here {
  font-family: Gilroy, sans-serif;
}

.text-block {
  display: block;
}

.text-link-here {
  color: #ff6803;
  border: 0 #0000;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

.text-block-3 {
  margin-top: 0;
  margin-bottom: .5rem;
  padding-right: .5rem;
  font-family: Gilroy, sans-serif;
}

.div-footer-join-our-team {
  align-items: flex-start;
  display: block;
}

.link {
  color: #333;
  font-family: Gilroy, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: underline;
}

.image {
  padding-left: .25rem;
}

.text-block-4 {
  margin-top: 3rem;
  font-family: Gilroy, sans-serif;
  font-size: 11px;
}

.heading-2 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
}

.nav-menu {
  color: #000;
  text-align: right;
  flex: 1;
  align-self: center;
  margin-right: 5%;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  display: block;
}

.nav-link-7 {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-7.home {
  color: #000;
  font-weight: 700;
  display: none;
}

.brand {
  margin-left: 5%;
}

.heading-3 {
  color: #fff;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 4rem;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.heading-4 {
  font-family: Gilroy, sans-serif;
  font-size: 50px;
}

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

.div-block {
  height: auto;
}

.section-notre-expertise {
  height: auto;
  margin-bottom: 8rem;
}

.container-notre-expertise {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.div-notre-expertise-left {
  width: 100%;
  padding-top: 10%;
  padding-right: 0%;
}

.div-notre-expertise-right {
  border-left: 1px solid #5c5c5c;
  flex-flow: column;
  width: 200%;
  height: 100%;
  margin-top: 10%;
  margin-left: 0%;
  padding-top: 0%;
  padding-left: 5%;
  display: flex;
}

.grid {
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 15rem);
  justify-content: space-between;
}

.div-grid-elements {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-2 {
  flex: none;
}

.heading-5 {
  font-family: Gilroy, sans-serif;
  font-size: 1.5rem;
}

.div-close {
  justify-content: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.div-branding {
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.div-branding-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.heading-6 {
  color: #be7e1d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
}

.list {
  padding-left: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
}

.list-item {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Gilroy, sans-serif;
}

.list-item-2, .list-item-3, .list-item-4 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.paragraph-2 {
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
}

.list-item-5, .list-item-6 {
  margin-bottom: .5rem;
}

.list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.section-agence {
  border-bottom: 1px solid #585858;
}

.container-agence-home {
  border: 1px #000;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  display: flex;
}

.div-agence-text-holder {
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-bottom: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.div-agence-text-holder._2 {
  margin-bottom: 8rem;
}

.heading-7 {
  text-align: center;
  margin-bottom: 2rem;
  font-family: Gilroy, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.text-block-7 {
  text-align: justify;
  font-family: Gilroy, sans-serif;
  font-size: .9rem;
}

.section-agence-slider {
  margin-top: 2rem;
}

.div-agence-slider-content-holder {
  height: 100%;
  display: flex;
}

.div-agence-slider-left {
  background-color: #000;
  width: 50%;
  padding-top: 6rem;
  padding-left: 8rem;
  padding-right: 8rem;
}

.div-agence-slider-right {
  background-color: #000;
  width: 50%;
}

.slider {
  height: 25rem;
}

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

.heading-8 {
  color: #fffdfd;
  font-family: Gilroy, sans-serif;
  font-size: 1.3rem;
}

.heading-9 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.heading-10 {
  color: #be7e1d;
  font-family: Gilroy, sans-serif;
  font-size: 3rem;
}

.slide-nav {
  display: none;
}

.div-agence-slider-2 {
  height: 100%;
  display: flex;
}

.heading-11 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 1.3rem;
}

.heading-12 {
  color: #be7e1d;
  font-family: Gilroy, sans-serif;
  font-size: 4rem;
}

.heading-13 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 30px;
}

.heading-14 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 1.3rem;
}

.heading-15 {
  color: #be7e1d;
  font-family: Gilroy, sans-serif;
  font-size: 3rem;
}

.heading-16 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 30px;
}

.section-agence-notre-equipe {
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-agence-notre-equipe {
  height: auto;
}

.heading-17 {
  text-align: center;
  margin-bottom: 5%;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.div-agence-notre-equipe-holder {
  opacity: .65;
  background-image: url('../images/Unknown_person.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  height: 20rem;
  box-shadow: -2px -3px 7px 2px #0003;
}

.heading-18 {
  color: #fff;
  text-align: center;
  background-color: #4b4b4b5e;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.3rem;
  line-height: 24px;
  display: flex;
}

.text-span {
  font-size: 1rem;
}

.div-block-3, .div-block-4 {
  align-items: center;
  display: flex;
}

.quick-stack-3 {
  grid-row-gap: 20px;
  background-color: #0000;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-20 {
  color: #fff;
  margin: 5px 4rem 10px 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.div-food-beverage {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.heading-food-beverage {
  color: #fff0f0;
  font-family: Gilroy, sans-serif;
  text-decoration: none;
}

.div-media-tech {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-tech-media {
  color: #fff;
  font-family: Gilroy, sans-serif;
}

.div-banque-finance {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.heading-21 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 2rem;
}

.div-block-5 {
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.lottie-animation-3 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: auto;
  display: none;
  position: relative;
  inset: 0%;
}

.section-realiastion {
  height: 20vh;
}

.section-realisation-2 {
  height: auto;
  padding-bottom: 2rem;
}

.container-realisation-2 {
  max-width: none;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

.div-realisation-heading-top {
  height: 20vh;
}

.heading-top-realisation {
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 3rem;
}

.text-block-8 {
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
}

.quick-stack-4 {
  grid-row-gap: 20px;
}

.div-block-12 {
  width: 100%;
  height: 65vh;
  text-decoration: none;
}

.div-realisation-top {
  background-image: url('../images/guilherme-stecanella-UrS5HkBr1Rc-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  height: 35%;
  margin-bottom: .25rem;
}

.div-realisation-top._1 {
  background-image: url('../images/190820-PR01C-2-1680x945.jpg');
  background-position: 50% 0;
}

.div-realisation-top._2 {
  background-image: url('../images/Ngannou-vs-Joshua.jpg');
}

.div-realisation-top._3 {
  background-image: url('../images/logo_1.png');
}

.div-realisation-top._4 {
  background-image: url('../images/maciek-miloch-stillstars-Glenfiddich-still-life-food-photographer-1.jpg');
}

.div-realisation-top._5 {
  background-image: url('../images/4.jpg');
}

.div-realisation-top._6 {
  background-image: url('../images/Tableau-1-2.jpg');
}

.div-realisation-top._7 {
  background-image: url('../images/2583.jpg');
}

.div-realisation-top._8 {
  background-image: url('../images/Cover-ECLICK-Eventify-Web.png');
}

.div-realisation-middle {
  justify-content: space-between;
  height: 35%;
  display: flex;
}

.heading-content-realisation {
  font-family: Gilroy, sans-serif;
  font-size: 1.8rem;
}

.heading-content-realisation._1 {
  color: #333;
  text-decoration: none;
}

.heading-content-realisation._2 {
  color: #303030;
}

.heading-content-realisation._3 {
  color: #333;
  font-size: 1.7rem;
}

.heading-content-realisation._4 {
  color: #313131;
}

.heading-content-realisation._5 {
  color: #353434;
}

.heading-content-realisation._6 {
  color: #302f2f;
}

.div-block-13 {
  background-image: url('../images/2151138558.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  width: 49%;
}

.div-block-13._1 {
  background-image: url('../images/glenfiddich-cny-3.png');
}

.div-block-13._2 {
  background-image: url('../images/YooNation_Visuel_12-Yoomee.jpg');
  background-size: cover;
}

.div-block-13._3 {
  background-image: url('../images/epargne-compte-bange-min--4.jpeg');
}

.div-block-13._4 {
  background-image: url('../images/GlenfiddichKVFA-Family-Shot-min.webp');
}

.div-block-13._5 {
  background-image: url('../images/9.jpg');
}

.div-block-13._6 {
  background-image: url('../images/PAK-remerciement.2.3.jpg');
}

.div-block-13._7 {
  background-image: url('../images/women-s-day-still-life-with-makeup-jewelry-min.jpg');
}

.div-block-13._8 {
  background-image: url('../images/eclik2.png');
}

.div-block-14 {
  background-image: url('../images/2151027619.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  width: 49%;
}

.div-block-14._1 {
  background-image: url('../images/maciek-miloch-stillstars-Glenfiddich-still-life-food-photographer-1.jpg');
}

.div-block-14._2 {
  background-image: url('../images/Connecte-Toi2.jpg');
}

.div-block-14._4 {
  background-image: url('../images/glenfiddich-cny-3.png');
}

.div-block-14._5 {
  background-image: url('../images/1.jpg');
}

.div-block-14._6 {
  background-image: url('../images/Campost_logo.png');
}

.div-block-14._7 {
  background-image: url('../images/pink-orchid-girly-arrangement.jpg');
}

.div-block-14._8 {
  background-image: url('../images/eclik.png');
}

._1 {
  color: #333;
  text-decoration: none;
}

.image-4 {
  margin-top: 1rem;
  display: inline-flex;
}

.image-5, .image-6, .image-7, .image-8, .image-9, .image-10 {
  margin-top: 1rem;
}

.section-foof-beverage {
  height: auto;
}

.container-2 {
  max-width: none;
  height: 100%;
  margin: 5%;
}

.div-block-15 {
  height: 10vh;
}

.div-block-16 {
  color: #333;
  align-items: center;
  margin-top: 3rem;
  text-decoration: none;
  display: flex;
}

.div-block-17 {
  color: #000;
  width: 100%;
  height: 35rem;
  text-decoration: none;
}

.div-block-18 {
  background-image: url('../images/Ngannou-vs-Joshua.jpg');
  background-position: 50%;
  background-size: cover;
  height: 75%;
}

.div-block-18.glenfiddich {
  background-image: url('../images/GlenfiddichKVFA-Family-Shot-min.webp');
}

.div-block-18.yoomee {
  background-image: url('../images/Ngannou-vs-Joshua.jpg');
}

.div-block-18.bange {
  background-image: url('../images/epargne-compte-bange-min--4.jpeg');
  background-size: cover;
}

.div-block-18.lagon {
  background-image: url('../images/1.jpg');
}

.div-block-18.cdec {
  background-image: url('../images/CDEC-background.png');
}

.div-block-18.pak {
  background-image: url('../images/Tableau-1-2.jpg');
}

.div-block-18.campost {
  background-image: url('../images/Campost_logo.png');
}

.div-block-18.eclik {
  background-image: url('../images/Cover-ECLICK-Eventify-Web.png');
}

.heading-22 {
  margin-top: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 1.5rem;
}

.text-block-11 {
  font-family: Gilroy, sans-serif;
  font-size: .9rem;
}

.cell-4 {
  align-items: center;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.cell-6, .cell-7 {
  align-items: center;
}

.cell-8, .cell-9 {
  justify-content: center;
  align-items: center;
}

.quick-stack-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 38px;
}

.glenfiddich-section-hero {
  background-image: url('../images/campost-background.png');
  background-position: 50% 0;
  background-size: cover;
  height: 100vh;
}

.glenfiddich-section-hero.pak {
  background-image: url('../images/Tableau-1-2.jpg');
}

.glenfiddich-section-hero.yoomee {
  background-image: url('../images/Banderole-12-ans-Yoomee.jpg');
}

.glenfiddich-section-hero.bange {
  background-image: url('../images/epargne-compte-bange-min--4.jpeg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
}

.glenfiddich-section-hero.lagon {
  background-image: url('../images/4.jpg');
}

.glenfiddich-section-hero.eclik {
  background-image: url('../images/Cover-ECLICK-Eventify-Web.png');
}

.glenfiddich-section-hero.cdec {
  background-image: url('../images/campost-background_1.png');
}

.glenfiddich-section-hero.glenfiddich {
  background-image: url('../images/GlenfiddichKVFA-Family-Shot-min.webp');
  background-position: 50%;
}

.glenfiddich--section-2 {
  background-color: #000;
  padding-bottom: 4rem;
}

.glenfiddich-container-1 {
  flex-flow: column;
  display: flex;
}

.glenfiddich-div-top {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.glenfiddich-heading-top {
  color: #fff;
  text-align: center;
  flex: 1;
  font-family: Gilroy, sans-serif;
  font-size: 3rem;
  display: block;
}

.glenfiddich-text {
  color: #fff;
  text-align: justify;
  padding-left: 8rem;
  padding-right: 8rem;
  font-family: Gilroy, sans-serif;
  font-size: .9rem;
}

.body {
  background-color: #000;
}

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

.button {
  background-color: #be7e1d;
  border-radius: 20px;
  align-self: center;
  margin-top: 2rem;
  transition: all .5s;
  transform: translate(0, -10px);
}

.button:hover {
  background-color: #db4200;
}

.div-block-21 {
  background-color: #000;
  width: 20%;
  height: .02rem;
}

.button-2 {
  background-color: #be7e1d;
  border-radius: 20px;
  margin-left: 5%;
  margin-right: 5%;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  transition: all .5s;
  box-shadow: 0 5px 6px #0006;
}

.button-2:hover {
  background-color: #6d4800;
  transform: translate(0, -10px);
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

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

.image-13 {
  display: inline-flex;
}

.div-block-24 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center end;
  display: flex;
}

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

.image-15 {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: inline-flex;
}

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

.image-16 {
  align-self: center;
}

.menu, .icon2 {
  display: none;
}

.nav-link-8 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-8.w--current {
  color: #000;
}

.nav-link-8.home {
  color: #000;
  border: 1px solid #0000;
  font-weight: 700;
}

.nav-link-9 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-9.w--current {
  color: #000;
}

.nav-link-9.home {
  color: #000;
  border: 1px solid #0000;
  font-weight: 700;
}

.nav-link-10 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-10.w--current {
  color: #000;
}

.nav-link-10.home {
  color: #000;
  border: 1px solid #0000;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-11 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-11.w--current {
  color: #000;
}

.nav-link-11.home {
  color: #000;
  border: 1px solid #0000;
  font-weight: 700;
}

.nav-link-11.home.w--current {
  font-weight: 700;
}

.nav-link-12 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  display: none;
}

.nav-link-12.home {
  color: #fff;
  border: 1px solid #0000;
  font-weight: 700;
  display: none;
}

.nav-link-13 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-13.w--current {
  color: #000;
}

.nav-link-13.home {
  color: #000;
  border: 1px solid #0000;
  font-weight: 700;
}

.nav-link-18 {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-18.home {
  color: #000;
  font-weight: 700;
  display: none;
}

.nav-link-19 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-19.w--current {
  color: #000;
}

.nav-link-19.home {
  color: #000;
  border: 1px solid #0000;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-20 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-20.w--current {
  color: #000;
}

.nav-link-20.home._2.w--current, .nav-link-20.home.food.w--current {
  color: var(--relume-library-lite--rl-black);
}

.nav-link-20.home {
  color: #000;
  border: 1px solid #0000;
  font-weight: 700;
}

.nav-link-20.home.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-link-20.home.main {
  color: #fff;
}

.nav-link-21 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  display: none;
}

.nav-link-21.home {
  color: #fff;
  border: 1px solid #0000;
  font-weight: 700;
  display: none;
}

.nav-link-22 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-22.w--current {
  color: #000;
}

.nav-link-22.home {
  color: #000;
  border: 1px solid #0000;
  font-weight: 700;
}

.nav-link-23 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-23.w--current {
  color: #000;
}

.nav-link-23.home {
  color: #000;
  border: 1px solid #0000;
  font-weight: 700;
}

.nav-link-24 {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-24.home {
  color: #000;
  font-weight: 700;
  display: none;
}

.nav-link-25 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-25.w--current {
  color: #000;
}

.nav-link-25.home {
  color: #000;
  border: 1px solid #0000;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-26 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  display: none;
}

.nav-link-26.home {
  color: #fff;
  border: 1px solid #0000;
  font-weight: 700;
  display: none;
}

.nav-link-27 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-27.w--current {
  color: #000;
}

.nav-link-27.home {
  color: #000;
  border: 1px solid #0000;
  font-weight: 700;
}

.nav-link-28 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-28.w--current {
  color: #000;
}

.nav-link-28.home {
  color: #000;
  border: 1px solid #0000;
  font-weight: 700;
}

.nav-link-29 {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-29.home {
  color: #000;
  font-weight: 700;
  display: none;
}

.nav-link-30 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-30.w--current {
  color: #000;
}

.nav-link-30.home {
  color: #000;
  border: 1px solid #0000;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-31 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  display: none;
}

.nav-link-31.home {
  color: #fff;
  border: 1px solid #0000;
  font-weight: 700;
  display: none;
}

.nav-link-32 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-32.w--current {
  color: #000;
}

.nav-link-32.home {
  color: #000;
  border: 1px solid #0000;
  font-weight: 700;
}

.nav-link-33 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-33.w--current {
  color: #000;
}

.nav-link-33.home {
  color: #000;
  border: 1px solid #0000;
  font-weight: 700;
}

.nav-link-34 {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-34.home {
  color: #000;
  font-weight: 700;
  display: none;
}

.nav-link-35 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-35.w--current {
  color: #000;
}

.nav-link-35.home {
  color: #000;
  border: 1px solid #0000;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-36 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  display: none;
}

.nav-link-36.home {
  color: #fff;
  border: 1px solid #0000;
  font-weight: 700;
  display: none;
}

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

.nav-link-42 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-42.w--current {
  color: #000;
}

.nav-link-42.home {
  color: #fff;
  border: 1px solid #0000;
  font-weight: 700;
}

.nav-link-42.home.w--current {
  color: var(--relume-library-lite--rl-black);
}

.nav-link-42.home-black {
  color: var(--relume-library-lite--rl-black);
  border: 1px solid #0000;
  font-weight: 700;
}

.nav-link-42.home-black.w--current {
  color: var(--relume-library-lite--rl-black);
}

.nav-link-43 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-43.w--current {
  color: #000;
}

.nav-link-43.home {
  color: var(--relume-library-lite--rl-white);
  border: 1px solid #0000;
  font-weight: 700;
  display: inline-block;
}

.nav-link-43.home.black {
  color: var(--relume-library-lite--rl-black);
}

.nav-link-44 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-44.w--current {
  color: #000;
}

.nav-link-44.home {
  color: var(--relume-library-lite--rl-white);
  border: 1px solid #0000;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-44.home.black {
  color: var(--relume-library-lite--rl-black);
}

.nav-link-45 {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link-45.home {
  color: #fff;
  font-weight: 700;
}

.nav-link-45.home.main {
  color: #fff;
  display: none;
}

.nav-link-46 {
  color: #000;
  border-right: 1px solid #7e7a7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  display: none;
}

.nav-link-46.home {
  color: #fff;
  border: 1px solid #0000;
  font-weight: 700;
  display: none;
}

.top-container {
  background-image: url('../images/BG-DEGRADE.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100vw;
  height: auto;
  padding-bottom: 4rem;
  overflow: hidden;
}

.nav-link {
  color: var(--relume-library-lite--rl-white);
  font-family: Epilogue, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.nav-link.w--current {
  color: var(--light-orange);
}

.wkse-logo {
  width: 130px;
}

.container-3 {
  justify-content: space-between;
  width: 100%;
  min-width: 90%;
  max-width: 100%;
  height: 130px;
  display: flex;
}

.nav-menu-2 {
  align-self: center;
  margin-left: 0;
}

.navbar {
  z-index: 2147483647;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: lighten;
  background-color: #ddd0;
  background-image: url('../images/sx.jpg');
  background-position: 50%;
  background-clip: border-box;
  outline: 3px #333;
  width: 100%;
  min-width: auto;
  max-width: 100vw;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.hero-content {
  justify-content: center;
  align-items: center;
  display: none;
}

.hero-content-image {
  width: 500px;
  padding-top: 0;
  display: none;
}

.heading-23 {
  color: var(--relume-library-lite--rl-white);
  align-self: center;
  font-family: Meiland Gorgeous, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1rem;
}

.heading-24 {
  color: var(--relume-library-lite--rl-white);
  align-self: center;
  font-family: Meiland Gorgeous, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 0;
}

.hero-text {
  color: var(--light-orange);
  margin-bottom: 5rem;
  font-family: Gilroy, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  display: inline-block;
}

.hero-text._2 {
  margin-bottom: 3.5rem;
}

.text-span-2 {
  line-height: 5rem;
}

.hero-content-2 {
  flex-flow: column;
  align-items: center;
  margin-top: 8rem;
  display: flex;
}

.content-title {
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2rem;
}

.hero-content-text {
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  margin-bottom: 0;
  padding-left: 20rem;
  padding-right: 20rem;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.hero-content-image-div {
  width: 500px;
  padding-top: 2rem;
}

.loop-video {
  align-self: center;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
}

.background-video {
  z-index: 1;
  mix-blend-mode: lighten;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.second-section {
  background-image: url('../images/Sans-titre-10.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100vw;
  height: auto;
  padding-top: 10rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.background-video-2 {
  z-index: 1;
  mix-blend-mode: multiply;
  width: 100%;
}

.background-video-desktop {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: lighten;
  width: 100%;
  height: 100vh;
  position: static;
}

.heading-1-decor {
  color: #3330;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--light-orange);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 7rem;
}

.cell-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: 1rem;
}

.heading-1-wkse {
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  margin-top: 0;
  font-family: Gilroy, sans-serif;
  font-size: 3.4rem;
}

.heading-1-wkse._2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.second-section-content {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 0;
  margin-left: -1.5rem;
  display: none;
}

.img-decor {
  z-index: auto;
  width: 50px;
  max-width: none;
  height: auto;
  position: absolute;
  left: 160px;
}

.img-decor._2 {
  left: 161px;
}

.heading-1-wkse--2 {
  color: var(--relume-library-lite--rl-white);
  margin-top: 10px;
  margin-left: 2rem;
  font-family: Gilroy, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.second-section-text {
  color: var(--relume-library-lite--rl-white);
  margin-top: 8rem;
  margin-bottom: 1rem;
  padding-right: 25%;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

.second-section-text._1 {
  margin-top: 0;
}

.img-border {
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  padding-top: 2px;
  padding-right: 2px;
  transition: all .3s;
  display: flex;
}

.quick-stack-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-top: 4rem;
}

.image-25 {
  opacity: 1;
  order: -1;
  width: 100%;
  position: static;
  transform: translate(0);
}

.image-26 {
  z-index: 1;
  vertical-align: baseline;
  order: 1;
  align-self: flex-end;
  width: 250px;
  position: relative;
  top: -140px;
  left: 122px;
}

.img-decor-2 {
  z-index: auto;
  order: 1;
  width: 50px;
  max-width: none;
  position: absolute;
  left: 661px;
}

.second-section-content-2 {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1.7rem;
  display: none;
}

.second-section-content-2._2 {
  display: block;
}

.second-section-text-2 {
  color: var(--relume-library-lite--rl-white);
  text-align: left;
  margin-bottom: 1rem;
  padding-right: 0%;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

.second-section-text-2.center {
  text-align: center;
  margin-bottom: 4rem;
}

.second-section-text-2.brown {
  color: var(--brown);
}

.img-border-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  padding: 5px;
  display: flex;
}

.cell-11 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem;
}

.image-27 {
  aspect-ratio: auto;
  order: -1;
  max-width: 100%;
  position: static;
}

.image-28 {
  z-index: 1;
  vertical-align: baseline;
  order: 1;
  align-self: flex-start;
  width: 250px;
  position: relative;
  top: -140px;
  left: -114px;
}

.image28 {
  z-index: 1;
  vertical-align: baseline;
  order: 1;
  align-self: flex-end;
  width: 250px;
  position: relative;
  top: -140px;
  left: 122px;
}

.second-section-content-3 {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1.5rem;
  display: none;
}

.second-section-content-3._2 {
  display: block;
}

.third-section {
  flex-flow: column;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.container-4 {
  background-image: url('../images/Sans-titre-8.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  min-width: auto;
  max-width: none;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-29 {
  align-self: flex-end;
  margin-bottom: -20px;
  display: none;
}

.container-5 {
  flex: 1;
  align-self: center;
  width: 940px;
  max-width: 940px;
  padding-top: 0;
}

.heading-1-decor-2 {
  color: #3330;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--light-orange);
  white-space: nowrap;
  word-break: normal;
  align-self: center;
  margin-top: 6rem;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 9.1rem;
}

.heading-25 {
  color: var(--brown);
  margin-top: 33px;
  font-family: Gilroy, sans-serif;
  font-size: 4rem;
}

.heading-1-wkse--black {
  color: var(--light-black);
  margin-top: 10px;
  margin-left: 2rem;
  font-family: Gilroy, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.heading-1-wkse--black2 {
  color: var(--light-black);
  order: -1;
  margin-top: 10px;
  margin-left: 3rem;
  font-family: Gilroy, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.second-section-text-2-black {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0%;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.second-section-text-2-black.white {
  color: var(--untitled-ui--primary100);
  width: 70%;
}

.quick-stack-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 2rem;
}

.second-section-content-4 {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1.5rem;
  display: none;
}

.img-decor-copy {
  z-index: auto;
  align-self: center;
  width: 50px;
  max-width: none;
  position: absolute;
  left: 492px;
}

.hero-content-text-black {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  margin-bottom: 0;
  padding-left: 10rem;
  padding-right: 10rem;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  display: none;
}

.fourth-section {
  background-image: url('../images/GH.jpg');
  background-size: cover;
  max-width: 100vw;
  height: auto;
  margin-bottom: auto;
  padding-bottom: 4rem;
  overflow: hidden;
}

.heading-1-decor-3 {
  color: #3330;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--light-orange);
  white-space: nowrap;
  word-break: normal;
  align-self: center;
  margin-top: 6rem;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 8rem;
}

.heading-1-decor-3._2 {
  text-align: left;
  margin-top: 4rem;
  font-size: 6rem;
  line-height: 4rem;
}

.heading-1-wkse-2 {
  color: var(--relume-library-lite--rl-white);
  margin-top: 2rem;
  font-family: Gilroy, sans-serif;
  font-size: 3.4rem;
}

.heading-1-wkse-2.black {
  color: var(--brown);
}

.slide-nav-styling-embed {
  color: var(--orange);
}

.uui-testimonial18_slide-nav {
  color: #523737;
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon {
  color: var(--brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial18_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial18_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-testimonial18_arrow.left {
  right: 4rem;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-link.is-alternate {
  color: var(--untitled-ui--white);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-small {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-testimonial18_content-wrapper {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--untitled-ui--white);
  background-color: #ffffff4d;
  border: 1px solid #ffffff80;
  padding: 1.5rem;
  display: none;
}

.uui-testimonial17_logo {
  max-height: 3rem;
}

.uui-testimonial18_logo-wrapper {
  order: 1;
  margin-top: .5rem;
  margin-left: .5rem;
  display: none;
}

.uui-testimonial18_content {
  background-color: var(--untitled-ui--gray500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content.background-color-orange600 {
  background-color: #e04f1600;
}

.uui-testimonial18_content.background-color-lightblue600 {
  background-color: #34393b00;
  padding: 0;
}

.uui-testimonial18_content.background-color-pink600 {
  background-color: #dd259000;
  padding: 0;
}

.uui-testimonial18_content.background-color-indigo600 {
  background-color: #444ce700;
  padding: 0;
}

.uui-testimonial18_content.background-color-blue600 {
  background-color: #1570ef00;
  padding: 0;
}

.uui-testimonial18_content.background-color-primary600 {
  background-image: none;
  background-size: auto;
  padding: 0;
}

.uui-testimonial18_slide {
  padding-right: 2rem;
}

.uui-testimonial18_mask {
  width: 33.33%;
  margin-bottom: 6rem;
  overflow: visible;
}

.uui-testimonial18_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  display: none;
  position: relative;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial17 {
  display: none;
  overflow: hidden;
}

.fifth-section {
  max-width: 100vw;
  height: auto;
  padding-bottom: 4rem;
  overflow: hidden;
}

.heading-29 {
  color: var(--brown);
  text-align: center;
  margin-top: 33px;
  font-family: Gilroy, sans-serif;
  font-size: 4rem;
}

.heading-29._2 {
  text-align: center;
  margin-top: 4rem;
}

.heading-29.white {
  color: var(--relume-library-lite--rl-white);
}

.quick-stack-9 {
  height: 20rem;
}

.cell-12, .cell-13, .cell-14, .cell-15 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
}

.background-video-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-30 {
  width: 200px;
  height: auto;
  position: absolute;
  top: auto;
}

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

.container-6 {
  border-bottom: 1px solid var(--light-black);
  max-width: 90%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 0;
}

.container-6.border-white {
  border-bottom-color: var(--relume-library-lite--rl-white);
}

.sixth-section {
  background-image: url('../images/BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.quick-stack-10 {
  width: 100%;
}

.image-31 {
  width: 70%;
  margin-bottom: -65px;
}

.cell-16 {
  justify-content: center;
  align-items: center;
}

.hero-content-text-black-copy, .hero-content-text-black-2 {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  margin-bottom: .5rem;
  padding-left: 10rem;
  padding-right: 10rem;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.image-32 {
  width: 20rem;
  margin-top: 25rem;
  margin-left: 0;
  position: absolute;
  left: -174px;
}

.div-block-29 {
  align-self: flex-start;
}

.image-33 {
  width: 20rem;
  position: absolute;
  right: -117px;
  transform: rotate(134deg);
}

.div-block-30 {
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  display: flex;
}

.background-video-5 {
  width: 100%;
  height: 100%;
}

.image-29-copy {
  align-self: flex-end;
  width: 550px;
  margin-bottom: -20px;
  margin-left: -62px;
  display: inline-flex;
  position: static;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.image-29-copy-2 {
  align-self: flex-end;
  width: 550px;
  margin-bottom: -20px;
  margin-left: 0;
  margin-right: -62px;
  display: inline-flex;
  position: static;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.text-block-12 {
  color: var(--relume-library-lite--rl-white);
  font-family: Gilroy, sans-serif;
}

.container-agence-home-copy {
  border: 1px #000;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.flex-block {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.image-34, .image-35 {
  width: 100px;
}

.close-img {
  transition: all .5s;
}

.close-img:hover {
  transform: translate(0, -10px);
}

.background-video-6 {
  width: 100%;
  height: 100%;
  display: block;
}

.background-video-7 {
  width: 100%;
  height: 100%;
  display: none;
}

.container-7 {
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.body-2 {
  background-color: var(--relume-library-lite--rl-black);
}

.section {
  width: 100vw;
  height: auto;
}

.container-8 {
  height: 100%;
}

.image-36 {
  width: 400px;
  padding-top: 10rem;
}

.paragraph-3 {
  color: var(--relume-library-lite--rl-white);
  text-align: justify;
  column-count: 2;
  flex-flow: wrap;
  column-gap: 2rem;
  padding-top: 4rem;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  display: block;
}

.heading-30 {
  color: var(--light-orange);
  font-family: Gilroy, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

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

.cell-17 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-11 {
  grid-column-gap: 2rem;
  grid-row-gap: 2.8rem;
  margin-top: 4rem;
}

.cell-18 {
  justify-content: center;
  align-items: flex-end;
}

.paragraph-3-copy {
  color: var(--relume-library-lite--rl-white);
  text-align: justify;
  text-align: justify;
  padding-top: 1rem;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
}

.cell-17-copy {
  justify-content: center;
  align-items: flex-start;
}

.image-37 {
  display: none;
}

.icon-13 {
  color: var(--light-orange);
  position: static;
}

.dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0 10px 0 20px;
  transition: all .5s;
  display: flex;
}

.dropdown-toggle.w--open {
  cursor: pointer;
}

.text-block-13 {
  color: var(--relume-library-lite--rl-white);
}

.text-block-13.black {
  color: var(--relume-library-lite--rl-black);
}

.dropdown-link {
  background-color: var(--relume-library-lite--rl-white);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.dropdown-link.black {
  background-color: var(--untitled-ui--gray200);
}

.dropdown-link._2 {
  border-top: 1px solid var(--brown);
}

.dropdown-list {
  background-color: var(--untitled-ui--primary800);
  margin-top: 0;
  transition: all .5s;
}

.dropdown-list.w--open {
  background-color: #47546700;
  height: 5rem;
  margin-top: 0;
  padding-top: 1rem;
}

.dropdown {
  transition: all .5s;
}

.background-video-mobile-320 {
  display: none;
}

.nav-menu-2-copy {
  align-self: center;
  margin-left: 30rem;
}

.background-video-mobile-586, .background-video-mobile-780 {
  display: none;
}

.sub-second-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: var(--light-orange);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Sans-titre-8.png');
  background-position: 0 0;
  background-size: contain;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100vw;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.left-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  background-image: none;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  padding-bottom: 0;
}

.heading-31 {
  background-color: var(--orange);
  text-align: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Meiland Gorgeous, sans-serif;
  box-shadow: 10px 10px 10px 2px #0003;
}

.heading-31._2 {
  width: 100%;
}

.right-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social-link {
  color: var(--untitled-ui--gray400);
  transition: all .3s;
}

.social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-team04_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-2.text-color-primary700 {
  color: var(--untitled-ui--primary700);
}

.uui-text-size-medium-2.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-team04_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-team04_image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.uui-team04_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.uui-team04_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.uui-team04_component {
  margin-top: 4rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-testimonial18_slide-nav-2 {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial18_arrow-2 {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial18_arrow-2:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-testimonial18_arrow-2.left {
  right: 4rem;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-link-2.is-alternate {
  color: var(--untitled-ui--white);
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-small-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small-2.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-testimonial18_content-wrapper-2 {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--untitled-ui--white);
  background-color: #ffffff4d;
  border: 1px solid #ffffff80;
  padding: 1.5rem;
}

.uui-testimonial17_logo-2 {
  max-height: 3rem;
}

.uui-testimonial18_logo-wrapper-2 {
  margin-top: .5rem;
  margin-left: .5rem;
}

.uui-testimonial18_content-2 {
  background-color: var(--untitled-ui--gray500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content-2.background-color-orange600 {
  background-color: #e04f16;
}

.uui-testimonial18_content-2.background-color-lightblue600 {
  background-color: #0086c9;
}

.uui-testimonial18_content-2.background-color-pink600 {
  background-color: #dd2590;
}

.uui-testimonial18_content-2.background-color-indigo600 {
  background-color: #444ce7;
}

.uui-testimonial18_content-2.background-color-blue600 {
  background-color: #1570ef;
}

.uui-testimonial18_content-2.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.uui-testimonial18_slide-2 {
  padding-right: 2rem;
}

.uui-testimonial18_mask-2 {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial18_component-2 {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-section_testimonial17-2 {
  overflow: hidden;
}

.impact-social {
  background-color: var(--relume-library-lite--rl-white);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 20rem;
  height: 20rem;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .35s;
  display: flex;
  box-shadow: -10px -10px 15px #0003;
}

.impact-social:hover {
  transform: translate(0, -10px);
}

.impact-social.middle {
  border-radius: 50px;
  width: 25rem;
  height: 25rem;
}

.paragraph-5 {
  overflow-wrap: normal;
  margin-bottom: 1rem;
  font-family: Gilroy, sans-serif;
  font-size: .9rem;
  line-height: 1.2rem;
}

.paragraph-5._2-columns {
  text-align: left;
  column-count: 2;
  column-gap: 2rem;
  width: 80%;
  font-size: .9rem;
}

.image-39 {
  align-self: center;
  width: 30px;
}

.image-39._2 {
  align-self: flex-end;
}

.cell-21 {
  padding-right: 1rem;
}

.mask {
  width: 100%;
}

.uui-testimonial11_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial11_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--light-black);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial11_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-testimonial11_arrow.left {
  color: var(--light-black);
  right: 4rem;
}

.uui-testimonial08_logo {
  max-height: 3rem;
}

.uui-testimonial11_divider {
  background-color: var(--untitled-ui--gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial11_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-3.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial11_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial11_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial11_content-right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.uui-testimonial11_client-image {
  object-fit: contain;
  width: 100%;
  height: 35rem;
}

.uui-testimonial11_content {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.uui-testimonial11_slide {
  margin-right: 5rem;
}

.uui-testimonial11_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.agodjie-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2rem;
}

.agodjie-h1.brand-2 {
  margin-bottom: 1rem;
}

.agodjie-h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Gilroy, sans-serif;
  font-size: 1.2rem;
}

.agodjie-h2._2 {
  color: var(--light-black);
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2rem;
}

.div-block-31 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 1rem;
  display: flex;
}

.line {
  border: 1px solid var(--light-black);
  background-color: var(--light-black);
  width: 20px;
  height: 1px;
}

.text-span-3 {
  font-weight: 300;
}

.alsd-section {
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: auto;
  display: block;
  overflow: hidden;
}

.alsd-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.image-40 {
  flex: 1;
  position: absolute;
}

.cell-22 {
  justify-content: center;
  align-items: center;
}

.cell-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(auto, auto) 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.alsd-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 15% 70% 15%;
  grid-auto-columns: 1fr;
  align-self: auto;
  justify-items: stretch;
  width: 80%;
  height: 50vh;
  display: grid;
}

.paragraph-6 {
  column-count: 2;
  column-gap: 2rem;
  padding: 0;
  font-family: Gilroy, sans-serif;
  font-size: .9rem;
  transform: rotate(0);
}

.image-41 {
  transform: rotate(90deg);
}

.image-42 {
  transform: rotate(-90deg);
}

.list-2 {
  padding-left: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  list-style-type: square;
}

.quick-stack-12 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.rl_gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.rl_gallery10_masonry-grid {
  column-count: 3;
  column-gap: 2rem;
  width: 100%;
}

.rl_gallery10_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery10_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery10_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_gallery10_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large {
  border-bottom: 1px solid var(--light-black);
  padding-top: 1rem;
  padding-bottom: 7rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_gallery10 {
  background-color: var(--relume-library-lite--rl-white);
}

.coming-soon {
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  max-width: 100%;
  font-family: Gilroy, sans-serif;
  font-size: 4rem;
}

.div-block-32 {
  display: none;
}

.faq-accordion-holder {
  justify-content: center;
  align-items: flex-start;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-3.button-row-center {
  justify-content: center;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-group_item, .uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

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

.uui-faq01_cta {
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-space-medium-3 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium-4 {
  color: var(--relume-library-lite--rl-white);
  letter-spacing: normal;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray50-2);
  -webkit-text-stroke-color: var(--untitled-ui--white);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--relume-library-lite--rl-white);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--relume-library-lite--rl-white);
  color: var(--untitled-ui--gray400);
  -webkit-text-stroke-color: var(--relume-library-lite--rl-white);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.uui-faq01_heading {
  color: var(--untitled-ui--white);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: var(--relume-library-lite--rl-white);
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  margin-top: 4rem;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-4 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-3.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.div-block-33 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.body-3 {
  max-width: 100vw;
}

.div-resume-filme {
  width: 100%;
  height: auto;
  padding-left: 1rem;
}

.div-block-34 {
  margin-top: 4rem;
  display: flex;
}

.parallele {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: flex;
}

.quick-stack-13 {
  width: 940px;
  max-width: 940px;
}

.cell-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.holder {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 15rem;
}

.uui-testimonial11_slide-nav-2 {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial11_arrow-2 {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial11_arrow-2:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-testimonial11_arrow-2.left {
  inset: auto 0% 0% auto;
}

.uui-testimonial08_logo-2 {
  max-height: 3rem;
}

.uui-testimonial11_divider-2 {
  background-color: var(--untitled-ui--gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-text-size-medium-5 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny-3 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial11_client-2 {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-medium-5 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-5.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial11_rating-icon-2 {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial11_rating-wrapper-2 {
  align-items: center;
  display: flex;
}

.uui-testimonial11_content-right-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-testimonial11_client-image-2 {
  object-fit: cover;
  width: 100%;
  height: 35rem;
}

.uui-testimonial11_content-2 {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: grid;
}

.uui-testimonial11_slide-2 {
  margin-right: 5rem;
}

.uui-testimonial11_component-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-testimonial11_slide-nav-3 {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.uui-button-icon-5 {
  color: var(--untitled-ui--gray50-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial11_arrow-3 {
  border: 1px none var(--untitled-ui--gray200);
  background-color: var(--brown);
  color: var(--untitled-ui--gray500);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial11_arrow-3:hover {
  border-style: solid;
}

.uui-testimonial11_arrow-3.left {
  background-color: var(--brown);
  border-style: none;
  margin-top: 0;
  transition: opacity .2s, all .4s;
  inset: auto auto 0% 0%;
}

.uui-testimonial11_arrow-3.left:hover {
  border-style: solid;
}

.uui-testimonial08_logo-3 {
  max-height: 3rem;
}

.uui-testimonial11_divider-3 {
  background-color: var(--untitled-ui--gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-text-size-medium-6 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny-4 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial11_client-3 {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-medium-6 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-6.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial11_rating-icon-3 {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial11_rating-wrapper-3 {
  align-items: center;
  display: flex;
}

.uui-testimonial11_content-right-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.uui-testimonial11_client-image-3 {
  object-fit: fill;
  width: auto;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.uui-testimonial11_content-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-testimonial11_slide-3 {
  margin-right: 0;
}

.uui-testimonial11_mask-3 {
  height: auto;
  margin-bottom: 6rem;
}

.uui-testimonial11_component-3 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 1rem;
  padding-bottom: 0;
}

.uui-container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.cell-25 {
  background-image: url('../images/WOMAN-KING_1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
}

.image-43 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section-home-hero {
    background-image: none;
    background-position: 0 0;
    width: 100%;
    height: 100vh;
  }

  .quick-stack {
    height: 150vh;
  }

  .heading-2 {
    line-height: 4rem;
  }

  .grid {
    grid-template-columns: repeat(auto-fit, 20rem);
  }

  .div-close {
    margin-bottom: 1.5rem;
  }

  .list {
    font-size: 1rem;
  }

  .div-agence-notre-equipe-holder {
    background-image: url('../images/Unknown_person.jpg');
  }

  .bold-text-2 {
    line-height: 4rem;
  }

  .section-realisation-2 {
    justify-content: center;
    display: flex;
  }

  .container-realisation-2 {
    flex: 1;
    margin: 5%;
  }

  .div-block-18 {
    background-image: url('../images/maciek-miloch-stillstars-Glenfiddich-still-life-food-photographer-1.jpg');
  }

  .icon-8, .icon-10, .icon-11, .icon-12 {
    aspect-ratio: 3 / 2;
  }

  .hero-content-text, .hero-content-text-black, .hero-content-text-black-copy, .hero-content-text-black-2 {
    text-align: center;
  }

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

@media screen and (min-width: 1440px) {
  .quick-stack {
    height: 200vh;
  }

  .heading-2 {
    font-size: 4rem;
    line-height: 4rem;
  }

  .heading-3 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .div-agence-notre-equipe-holder {
    height: 20rem;
  }

  .heading-20 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .wkse-logo {
    width: 150px;
  }

  .hero-content-text {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .img-decor {
    left: 240px;
  }

  .img-decor._2 {
    left: 235px;
  }

  .img-decor-2 {
    left: 740px;
  }

  .img-decor-copy {
    left: 575px;
  }

  .hero-content-text-black, .hero-content-text-black-copy, .hero-content-text-black-2 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

  .uui-testimonial11_content-right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .agodjie-h1 {
    margin-top: 0;
    font-family: Gilroy, sans-serif;
    font-size: 2rem;
  }

  .agodjie-h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gilroy, sans-serif;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1920px) {
  .section-home-hero {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-position: 0 0;
    background-clip: border-box;
  }

  .container-home-hero {
    position: absolute;
  }

  .rl-padding-section-medium {
    width: 100%;
  }

  .rl-container-large {
    max-width: none;
  }

  .heading-2 {
    font-size: 6rem;
    line-height: 6rem;
  }

  .nav-menu {
    font-size: 1rem;
  }

  .heading-3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .container-notre-expertise {
    align-items: flex-start;
  }

  .div-notre-expertise-right {
    width: 200%;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 30rem);
  }

  .div-grid-elements {
    justify-content: space-between;
  }

  .list {
    font-size: 1.3rem;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    margin-bottom: 1rem;
  }

  .paragraph-2 {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .section-agence-notre-equipe {
    padding-bottom: 4rem;
  }

  .heading-20 {
    font-family: Gilroy, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .div-block-5 {
    align-items: flex-start;
  }

  .lottie-animation-3 {
    aspect-ratio: 3 / 1.7;
  }

  .div-block-17 {
    height: 50rem;
  }

  .top-container {
    background-position: 50% 0;
  }

  .nav-link {
    font-size: 1.3rem;
  }

  .wkse-logo {
    width: 150px;
  }

  .navbar {
    box-sizing: border-box;
    max-width: 100%;
    position: fixed;
  }

  .hero-content-text {
    padding-left: 35rem;
    padding-right: 35rem;
  }

  .second-section {
    background-image: url('../images/sxx.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .img-decor, .img-decor._2 {
    left: 480px;
  }

  .img-decor-2 {
    left: 980px;
  }

  .third-section {
    position: static;
  }

  .container-4 {
    max-width: 1280px;
    height: auto;
  }

  .image-29 {
    width: 940500px;
    margin-bottom: -30px;
  }

  .heading-25 {
    color: var(--brown);
    font-size: 4rem;
  }

  .img-decor-copy {
    left: 820px;
  }

  .hero-content-text-black {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .heading-29 {
    color: var(--brown);
    font-size: 4rem;
  }

  .quick-stack-9 {
    height: 30rem;
  }

  .hero-content-text-black-copy, .hero-content-text-black-2 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .image-32 {
    width: 25rem;
  }

  .image-29-copy, .image-29-copy-2 {
    width: 550px;
    margin-bottom: -30px;
  }

  .background-video-6, .background-video-7 {
    display: block;
  }

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

  .uui-section_testimonial11 {
    width: 100%;
    overflow: hidden;
  }

  .alsd-div {
    height: auto;
  }

  .uui-testimonial11_content-3 {
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .uui-testimonial11_slide-3 {
    height: auto;
  }

  .uui-testimonial11_mask-3 {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 991px) {
  .section-home-hero {
    position: static;
  }

  .nav-bar {
    background-color: #fff;
    margin-bottom: 0;
    position: fixed;
  }

  .nav-bar.home {
    background-color: #fff;
  }

  .nav-bar.home.main {
    background-color: #fff0;
    margin-top: 0;
  }

  .container-home-hero, .div-home-hero-content {
    height: auto;
  }

  .section-nos-realisation {
    margin-top: auto;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .heading-2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .nav-menu {
    object-fit: fill;
    background-color: #e2e2e200;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-right: 0%;
    padding-top: .5rem;
    font-size: 1rem;
    display: none;
    position: absolute;
  }

  .nav-link-7 {
    text-align: right;
  }

  .nav-link-7.home._2 {
    color: #000;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    display: flex;
  }

  .nav-link-7.home {
    text-align: right;
    background-color: #0000;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-7.home._2 {
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    display: none;
  }

  .brand, .brand.w--current {
    flex: 1;
  }

  .heading-3 {
    margin-right: 2rem;
  }

  .container-notre-expertise {
    padding-top: 10rem;
    display: none;
  }

  .heading-5.branding {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-agence-home {
    justify-content: space-between;
  }

  .div-agence-text-holder {
    width: 60%;
  }

  .heading-7 {
    text-align: center;
    line-height: 3rem;
  }

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

  .quick-stack-3 {
    background-color: #0000;
    padding-top: 20px;
  }

  .heading-20 {
    text-align: left;
    margin-right: 2rem;
  }

  .heading-food-beverage, .heading-21 {
    text-align: center;
  }

  .lottie-animation-3 {
    aspect-ratio: 3 / 2.5;
    position: relative;
  }

  .icon-6 {
    inset: 0% auto 0% 0%;
  }

  .icon-7 {
    inset: 0% 0% 0% auto;
  }

  .section-realisation-2 {
    height: auto;
  }

  .container-2 {
    margin-top: 10%;
  }

  .div-block-17 {
    height: 40rem;
  }

  .glenfiddich-section-hero.cdec {
    background-image: url('../images/campost-background_1.png');
  }

  .agence-mobile {
    margin-top: 10rem;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
  }

  .div-block-20 {
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: inline-flex;
  }

  .image-11 {
    justify-content: flex-end;
    align-items: center;
    display: inline-flex;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu {
    background-color: #fff;
    background-image: url('../images/element-5.png');
    background-position: 50%;
    background-size: 497px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .icon2 {
    color: #000;
    justify-content: flex-end;
    align-items: center;
    font-size: 3rem;
    display: flex;
  }

  .icon2.home {
    color: #fff;
    margin-right: 2rem;
  }

  .icon2.home-black {
    color: var(--relume-library-lite--rl-black);
    margin-right: 2rem;
  }

  .nav-link-8 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-8.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-8.home._2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .nav-link-9 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-9.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-9.home._2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .image-19 {
    order: 0;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1rem;
    margin-left: 1rem;
    display: block;
  }

  .nav-link-10 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-10.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-10.home.bold-text-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .menu-button-4 {
    padding-top: 0;
    display: none;
  }

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

  .nav-link-11 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-11.home {
    text-align: right;
    margin-bottom: .25rem;
    font-size: 1rem;
    font-weight: 700;
    display: none;
  }

  .nav-link-11.home._2 {
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .nav-link-12, .nav-link-12.home {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-12.home._2 {
    color: #000;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .icon-8 {
    color: #fff;
    background-color: #0000;
    font-size: 3rem;
    display: none;
  }

  .nav-link-13 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-13.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-13.home._2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .image-21 {
    order: 0;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1rem;
    margin-left: 1rem;
    display: block;
  }

  .nav-link-18 {
    text-align: right;
  }

  .nav-link-18.home {
    text-align: right;
    background-color: #0000;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-18.home._2 {
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    display: none;
  }

  .nav-link-19 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-19.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-19.home.bold-text-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .menu-button-6 {
    padding-top: 0;
    display: none;
  }

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

  .nav-link-20 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-20.home._2 {
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .nav-link-20.home {
    text-align: right;
    margin-bottom: .25rem;
    font-size: 1rem;
    font-weight: 700;
    display: none;
  }

  .nav-link-20.home._2 {
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-family: Gilroy, sans-serif;
    font-size: 1.5rem;
    display: flex;
  }

  .nav-link-20.home._2.w--current {
    color: #000;
  }

  .nav-link-21, .nav-link-21.home {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-21.home._2 {
    color: #000;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .icon-10 {
    color: #fff;
    background-color: #0000;
    font-size: 3rem;
    display: none;
  }

  .nav-link-22 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-22.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-22.home._2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .nav-link-23 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-23.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-23.home._2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .image-22 {
    order: 0;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1rem;
    margin-left: 1rem;
    display: block;
  }

  .nav-link-24 {
    text-align: right;
  }

  .nav-link-24.home {
    text-align: right;
    background-color: #0000;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-24.home._2 {
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    display: none;
  }

  .nav-link-25 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-25.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-25.home.bold-text-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .menu-button-7 {
    padding-top: 0;
    display: none;
  }

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

  .nav-link-26, .nav-link-26.home {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-26.home._2 {
    color: #000;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .icon-11 {
    color: #fff;
    background-color: #0000;
    font-size: 3rem;
    display: none;
  }

  .nav-link-27 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-27.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-27.home._2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .nav-link-28 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-28.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-28.home._2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .image-23 {
    order: 0;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1rem;
    margin-left: 1rem;
    display: block;
  }

  .nav-link-29 {
    text-align: right;
  }

  .nav-link-29.home {
    text-align: right;
    background-color: #0000;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-29.home._2 {
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    display: none;
  }

  .nav-link-30 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-30.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-30.home.bold-text-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .menu-button-8 {
    padding-top: 0;
    display: none;
  }

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

  .nav-link-31, .nav-link-31.home {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-31.home._2 {
    color: #000;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .icon-12 {
    color: #fff;
    background-color: #0000;
    font-size: 3rem;
    display: none;
  }

  .nav-link-32 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-32.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-32.home._2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .nav-link-33 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-33.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-33.home._2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .image-24 {
    order: 0;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1rem;
    margin-left: 1rem;
    transition: all .5s;
    display: block;
  }

  .image-24:hover {
    transform: translate(0, -10px);
  }

  .nav-link-34 {
    text-align: right;
  }

  .nav-link-34.home {
    text-align: right;
    background-color: #0000;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-34.home._2 {
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    display: none;
  }

  .nav-link-35 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-35.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-35.home.bold-text-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .menu-button-9 {
    padding-top: 0;
    display: none;
  }

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

  .nav-link-36, .nav-link-36.home {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-36.home._2 {
    color: #000;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .nav-link-42 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-42.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-42.home._2 {
    color: #000;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-family: Gilroy, sans-serif;
    font-size: 1.5rem;
    display: flex;
  }

  .nav-link-42.home-black {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-42.home-black._2 {
    color: #000;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-family: Gilroy, sans-serif;
    font-size: 1.5rem;
    display: flex;
  }

  .nav-link-43 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-43.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-43.home._2 {
    color: #000;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-family: Gilroy, sans-serif;
    font-size: 1.5rem;
    display: flex;
  }

  .nav-link-44 {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-44.home {
    text-align: right;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-44.home.bold-text-2 {
    color: #000;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-family: Gilroy, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
  }

  .nav-link-45 {
    text-align: right;
  }

  .nav-link-45.home {
    text-align: right;
    background-color: #0000;
    margin-bottom: .25rem;
    display: none;
  }

  .nav-link-45.home._2 {
    color: #000;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    display: none;
  }

  .nav-link-46, .nav-link-46.home {
    text-align: right;
    margin-bottom: .25rem;
  }

  .nav-link-46.home._2 {
    color: #000;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    display: flex;
  }

  .top-container {
    width: 100vw;
    max-width: 100vw;
  }

  .nav-link {
    text-align: center;
  }

  .container-3 {
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-menu-2 {
    z-index: 1;
    background-color: var(--light-orange);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    height: 100vh;
    margin-left: 0;
    display: block;
  }

  .navbar {
    mix-blend-mode: normal;
    background-position: 40% 38%;
    background-repeat: repeat;
    background-size: 960px;
    border: 0 solid #000;
  }

  .hero-content-2 {
    margin-top: 4rem;
  }

  .hero-content-text {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .second-section {
    width: 100vw;
    padding-top: 2rem;
  }

  .background-video-desktop {
    display: none;
  }

  .heading-1-decor {
    font-size: 4rem;
  }

  .heading-1-wkse {
    font-size: 3rem;
  }

  .heading-1-wkse._2 {
    margin-bottom: 0;
  }

  .second-section-text {
    margin-top: 1rem;
    padding-right: 10%;
  }

  .cell-11 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .third-section {
    overflow: hidden;
  }

  .container-4 {
    justify-content: center;
    align-items: flex-end;
    min-width: 728px;
    height: auto;
  }

  .image-29 {
    margin-bottom: -15px;
    display: block;
  }

  .heading-1-decor-2 {
    font-size: 7rem;
  }

  .heading-25 {
    padding-left: 20px;
    font-size: 3.5rem;
  }

  .second-section-text-2-black.white {
    width: 90%;
  }

  .fourth-section {
    width: 100vw;
  }

  .heading-1-decor-3 {
    font-size: 7rem;
  }

  .uui-testimonial18_mask {
    width: 50%;
  }

  .uui-testimonial18_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fifth-section {
    width: 100vw;
  }

  .heading-29._2 {
    font-size: 3rem;
  }

  .quick-stack-9 {
    height: 30rem;
  }

  .sixth-section {
    width: 100vw;
  }

  .image-29-copy, .image-29-copy-2 {
    display: none;
  }

  .container-7 {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .quick-stack-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
  }

  .text-block-13.black {
    font-family: Gilroy, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .background-video-mobile-320 {
    z-index: 1;
    width: auto;
    height: 100vh;
    display: none;
    position: relative;
  }

  .menu-button-10 {
    z-index: 2;
    align-self: center;
  }

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

  .icon-14 {
    color: #fff;
    font-size: 3rem;
  }

  .brand-2 {
    flex: 1;
  }

  .nav-menu-2-copy {
    z-index: 1;
    background-color: var(--light-orange);
    height: 100vh;
    margin-left: 0;
  }

  .background-video-mobile-586 {
    z-index: 1;
    width: auto;
    height: 100vh;
    display: none;
    position: relative;
  }

  .background-video-mobile-780 {
    z-index: 1;
    width: auto;
    height: 100vh;
    display: block;
    position: relative;
  }

  .sub-second-section {
    width: 100vw;
    height: auto;
  }

  .left-div {
    align-self: center;
  }

  .right-div {
    flex-flow: row-reverse wrap-reverse;
    margin-top: 4rem;
    margin-bottom: 8rem;
  }

  .uui-team04_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-testimonial18_mask-2 {
    width: 50%;
  }

  .uui-testimonial18_component-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-5._2-columns {
    column-count: 1;
    width: 100%;
    margin-top: 1rem;
  }

  .uui-testimonial11_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .agodjie-h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .agodjie-h2 {
    margin-top: 1rem;
    line-height: 1.2rem;
  }

  .agodjie-h2._2 {
    align-self: center;
    margin-top: 0;
    line-height: 1.5rem;
  }

  .div-block-31 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .alsd-section {
    width: 100vw;
  }

  .alsd-div {
    width: 100%;
    height: auto;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-32 {
    display: none;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .body-3 {
    min-width: 100vw;
    max-width: 100vw;
  }

  .quick-stack-13 {
    width: 90%;
    padding-bottom: 0;
  }

  .uui-testimonial11_content-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-testimonial11_arrow-3.left {
    margin-top: 0;
  }

  .uui-testimonial11_content-right-3 {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-testimonial11_content-3 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    min-height: auto;
  }

  .uui-testimonial11_mask-3 {
    height: auto;
    margin-bottom: 4rem;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .container-nos-realisation {
    padding-bottom: 5%;
  }

  .div-nos-realisation-left-side {
    align-self: center;
  }

  .quick-stack {
    height: 300vh;
  }

  .cell {
    background-image: url('../images/maciek-miloch-stillstars-Glenfiddich-still-life-food-photographer-1.jpg');
  }

  .div-nos-clients-left-side {
    align-self: center;
  }

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_footer3_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .container-notre-expertise {
    display: none;
  }

  .grid {
    grid-template-columns: repeat(auto-fit, 12rem);
  }

  .heading-5.branding {
    flex: 1;
    order: -1;
    justify-content: flex-start;
    font-size: 1.3rem;
    display: inline-flex;
  }

  .heading-5.marketing-digital, .heading-5.communication, .heading-5.the-event-box, .heading-5.marketing, .heading-5.brand-content {
    font-size: 1.3rem;
  }

  .heading-6 {
    font-size: 2.2rem;
  }

  .list, .paragraph-2 {
    font-size: .9rem;
  }

  .div-agence-slider-left {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lottie-animation-3 {
    aspect-ratio: 3 / 3.4;
    position: relative;
  }

  .icon-6 {
    inset: 0% auto 0% 0%;
  }

  .icon-7 {
    inset: 0% 0% 0% auto;
  }

  .container-2 {
    margin-top: 15%;
  }

  .glenfiddich-section-hero.pak {
    background-image: url('../images/Tableau-1-2.jpg');
  }

  .agence-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 8rem;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
  }

  .div-branding-mobile {
    flex-flow: column;
    display: block;
  }

  .div-block-20 {
    grid-column-gap: 6rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 5rem;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: inline-flex;
  }

  .image-11 {
    order: 1;
    padding-left: 0;
  }

  .div-block-23 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .image-12 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .div-block-24 {
    flex-flow: column;
  }

  .image-14 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .div-block-25, .div-block-26, .div-block-27 {
    grid-template-columns: 1fr;
  }

  .hero-content-text {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .second-section {
    padding-top: 0;
  }

  .second-section-container {
    flex-flow: column;
    display: flex;
  }

  .second-section-text {
    text-align: left;
    padding-right: 0%;
  }

  .second-section-text-2.center {
    text-align: center;
    margin-top: 1rem;
    font-size: 1rem;
  }

  .container-4 {
    min-width: auto;
    height: auto;
  }

  .heading-1-decor-2 {
    font-size: 5rem;
  }

  .heading-25 {
    margin-top: 10px;
    font-size: 3rem;
  }

  .heading-1-decor-3 {
    font-size: 5rem;
  }

  .heading-1-wkse-2 {
    font-size: 3rem;
  }

  .uui-testimonial18_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial18_arrow.left {
    right: 3.5rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-link.is-alternate:hover {
    color: var(--untitled-ui--white);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-testimonial17_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial18_content {
    padding: 1.5rem;
  }

  .uui-testimonial18_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask {
    width: 80%;
  }

  .uui-testimonial18_component {
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content-text-black-copy {
    margin-top: 1rem;
  }

  .image-32 {
    display: none;
  }

  .image-29-copy, .image-29-copy-2 {
    width: 450px;
  }

  .paragraph-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-17 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-11 {
    order: -1;
  }

  .cell-18, .cell-19 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-3-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-17-copy {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-37 {
    display: block;
  }

  .cell-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-38 {
    display: none;
  }

  .background-video-mobile-586 {
    display: block;
  }

  .background-video-mobile-780 {
    display: none;
  }

  .sub-second-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .left-div {
    justify-content: center;
    align-items: center;
    width: 40%;
  }

  .heading-31 {
    width: 80%;
  }

  .social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-team04_image-wrapper {
    height: 100%;
  }

  .uui-team04_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-team04_component {
    margin-top: 3rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-testimonial18_arrow-2:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial18_arrow-2.left {
    right: 3.5rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-link-2.is-alternate:hover {
    color: var(--untitled-ui--white);
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-small-2 {
    font-size: 1.5rem;
  }

  .uui-testimonial17_logo-2 {
    max-height: 2.5rem;
  }

  .uui-testimonial18_content-2 {
    padding: 1.5rem;
  }

  .uui-testimonial18_slide-2 {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask-2 {
    width: 80%;
  }

  .uui-testimonial18_component-2 {
    margin-top: 3rem;
  }

  .paragraph-5._2-columns {
    margin-top: 0;
    margin-bottom: 0;
  }

  .uui-testimonial11_slide-nav {
    inset: 0% auto auto 0%;
  }

  .uui-testimonial11_arrow {
    inset: 0% 0% auto auto;
  }

  .uui-testimonial11_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial11_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial08_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial11_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial11_divider {
    display: none;
  }

  .uui-testimonial11_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial11_content-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-testimonial11_client-image {
    height: 22rem;
  }

  .uui-testimonial11_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-testimonial11_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial11_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .agodjie-h2, .div-block-31 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .alsd-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 10% 80% 10%;
  }

  .paragraph-6 {
    column-count: 1;
  }

  .rl_gallery10_masonry-grid {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_gallery10_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-9 {
    margin-left: 2rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.button-row-center.is-reverse-mobile-landscape, .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium-3 {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

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

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

  .div-resume-filme {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .8rem;
  }

  .uui-testimonial11_slide-nav-2 {
    inset: 0% auto auto 0%;
  }

  .uui-testimonial11_arrow-2 {
    inset: 0% 0% auto auto;
  }

  .uui-testimonial11_arrow-2:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial11_arrow-2.left {
    right: 3.5rem;
  }

  .uui-testimonial08_logo-2 {
    max-height: 2.5rem;
  }

  .uui-testimonial11_logo-wrapper-2 {
    margin-top: 1rem;
  }

  .uui-testimonial11_divider-2 {
    display: none;
  }

  .uui-testimonial11_client-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial11_content-right-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial11_client-image-2 {
    height: 22rem;
  }

  .uui-testimonial11_content-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-testimonial11_slide-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial11_component-2 {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-testimonial11_slide-nav-3 {
    inset: 0% auto auto 0%;
  }

  .uui-testimonial11_arrow-3 {
    inset: 0% 0% auto auto;
  }

  .uui-testimonial11_arrow-3:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial11_arrow-3.left {
    inset: 0% auto auto 0%;
  }

  .uui-testimonial08_logo-3 {
    max-height: 2.5rem;
  }

  .uui-testimonial11_logo-wrapper-3 {
    margin-top: 1rem;
  }

  .uui-testimonial11_divider-3 {
    display: none;
  }

  .uui-testimonial11_client-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial11_content-right-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .uui-testimonial11_client-image-3 {
    height: auto;
  }

  .uui-testimonial11_content-3 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-testimonial11_slide-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial11_mask-3 {
    height: auto;
  }

  .uui-testimonial11_component-3 {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-44 {
    align-self: center;
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .section-home-hero, .section-nos-realisation {
    overflow: hidden;
  }

  .div-nos-realisation-left-side {
    text-align: left;
    align-self: center;
  }

  .section-nos-clients {
    overflow: hidden;
  }

  .rl_footer3_link-list {
    grid-template-columns: auto;
  }

  .rl_footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .rl-padding-global {
    overflow: hidden;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading-3 {
    margin-right: 1rem;
    font-size: .8rem;
    line-height: 1rem;
  }

  .heading-4 {
    font-size: 40px;
  }

  .container-notre-expertise {
    justify-content: flex-start;
  }

  .div-notre-expertise-right {
    display: block;
  }

  .grid {
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    justify-content: space-around;
  }

  .div-grid-elements {
    justify-content: space-around;
  }

  .heading-5.branding {
    font-size: 1.1rem;
  }

  .list, .paragraph-2 {
    font-size: .8rem;
  }

  .div-agence-text-holder {
    flex: 1;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .heading-7 {
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
  }

  .div-agence-slider-left {
    padding-top: 4rem;
    padding-left: 3.5rem;
    padding-right: 0;
  }

  .heading-9 {
    font-size: .8rem;
  }

  .heading-12 {
    font-size: 3rem;
  }

  .heading-13, .heading-16 {
    font-size: .8rem;
  }

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

  .heading-20 {
    margin-right: 1rem;
    font-size: .8rem;
    line-height: 1rem;
  }

  .lottie-animation-3 {
    aspect-ratio: 1.5 / 3;
    position: relative;
  }

  .icon-6 {
    inset: 0% auto 0% 0%;
  }

  .icon-7 {
    inset: 0% 0% 0% auto;
  }

  .container-2 {
    margin-top: 15%;
  }

  .div-block-18 {
    height: 60%;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-5 {
    grid-column-gap: 0rem;
  }

  .glenfiddich-section-hero.yoomee {
    background-position: 50%;
    background-size: cover;
  }

  .glenfiddich-section-hero.bange {
    background-position: 50% 0;
  }

  .glenfiddich-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-2 {
    align-self: center;
  }

  .div-block-22 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    display: flex;
  }

  .div-block-23 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-12, .image-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-4, .menu-button-6, .menu-button-7, .menu-button-8, .menu-button-9 {
    padding-top: 0;
  }

  .top-container {
    width: 100vw;
  }

  .hero-content-2 {
    margin-top: 2rem;
  }

  .content-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .hero-content-text {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .9rem;
  }

  .heading-1-wkse {
    font-size: 2.5rem;
  }

  .second-section-text {
    padding-right: 0%;
    font-size: .9rem;
  }

  .second-section-text-2 {
    text-align: center;
    font-size: .9rem;
  }

  .second-section-text-2.center {
    font-size: .9rem;
  }

  .container-4 {
    height: auto;
  }

  .image-29 {
    width: 350px;
    max-width: 100%;
  }

  .heading-1-decor-2 {
    margin-top: 4rem;
    margin-bottom: 0;
    font-size: 2.7rem;
  }

  .heading-25 {
    margin-top: 0;
    font-size: 2rem;
  }

  .second-section-text-2-black.white {
    width: 100%;
  }

  .heading-1-decor-3 {
    margin-top: 3rem;
    margin-bottom: 0;
    font-size: 2.7rem;
  }

  .heading-1-wkse-2.black {
    margin-top: 0;
    font-size: 2rem;
  }

  .uui-testimonial18_mask {
    width: 95%;
  }

  .heading-29 {
    font-size: 3rem;
  }

  .quick-stack-9 {
    height: 60rem;
  }

  .container-6 {
    width: 100%;
  }

  .image-31 {
    width: 65%;
  }

  .hero-content-text-black-copy {
    margin-top: 2rem;
  }

  .background-video-mobile-320 {
    display: block;
  }

  .background-video-mobile-586, .background-video-mobile-780 {
    display: none;
  }

  .left-div {
    width: 60%;
  }

  .right-div {
    align-self: center;
    width: 90%;
  }

  .uui-team04_image-wrapper {
    padding-top: 66%;
  }

  .uui-testimonial18_mask-2 {
    width: 95%;
  }

  .uui-testimonial11_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial11_client-image {
    height: 15rem;
  }

  .uui-testimonial11_content {
    grid-template-columns: 1fr;
  }

  .alsd-div {
    grid-template-columns: 100%;
  }

  .image-41, .image-42 {
    display: none;
  }

  .rl-padding-section-large {
    padding-bottom: 2rem;
  }

  .coming-soon {
    line-height: 4rem;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .div-block-34 {
    flex-flow: column;
  }

  .quick-stack-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial11_divider-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial11_client-image-2 {
    height: 15rem;
  }

  .uui-testimonial11_content-2 {
    grid-template-columns: 1fr;
  }

  .uui-testimonial11_divider-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial11_content-right-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial11_client-image-3 {
    height: auto;
  }

  .uui-testimonial11_content-3 {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-bottom: 0;
  }
}

#w-node-b3c7da0c-c9d3-372b-4558-25134a0e0500-7a972c62 {
  grid-template-rows: .8fr auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-b784c51c-f0c4-bc90-e4e9-f60975f6017e-7a972c62 {
  grid-template-rows: minmax(200px, 1.5fr) minmax(200px, 1.5fr);
  grid-template-columns: 1fr 1fr;
}

#w-node-db8788df-9c18-74c3-42df-e488b8d85f2f-7a972c62 {
  grid-row: span 2 / span 2;
}

#w-node-a2432010-2a00-d440-aa97-6c5e1f529a54-7a972c62 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8c326d30-83c7-8eff-843b-758d9e6a370e-7a972c62, #w-node-_0d5e81ec-87ad-1143-69ce-f4f449ae36a6-9257a94c, #w-node-_3b8311e4-5b92-8efc-eff6-77dc2734bef5-9257a94c, #w-node-_63a7d448-9c12-f906-84ac-88be0f825f59-9257a94c, #w-node-_86cf9742-a3b6-d039-5de7-5202cdf780a8-9257a94c, #w-node-d07c4085-7fb0-2700-1edc-74825d94a5d4-9257a94c, #w-node-_383d65b6-e02e-dc6f-707f-b9010e553680-9257a94c, #w-node-_49184b82-a0cc-162a-c7ee-03f007f0f9e2-9257a94c, #w-node-dc0491fe-141d-c253-3386-1dc1d19067b0-9257a94c, #w-node-_8b92e4c9-efe8-bccb-7d59-d5fbd60c1ad7-9257a94c, #w-node-f9426fe7-8e55-408a-2c48-5783a56be17d-9257a94c, #w-node-_1f633515-6c4c-83b2-204d-5e27a51d204d-845092c5, #w-node-_8d6f7c70-e0a6-0767-181f-3b6f8c5b8902-845092c5, #w-node-_7bcefa3d-2f88-a237-8cf1-42ed2dbec02a-845092c5, #w-node-_64c1c145-3fa7-5889-a25c-54330be3b160-845092c5, #w-node-_440019fc-0aec-dab7-2136-a85350161798-845092c5, #w-node-ce4883b6-c096-ed48-9e97-afc1414d982a-845092c5, #w-node-_529f8c60-1b37-5716-aef9-78dc8bc39003-845092c5, #w-node-f0ba2156-19ba-1851-2dc1-cc98e8d3a689-845092c5, #w-node-a6910c2c-2419-4414-46aa-502728d9e478-845092c5, #w-node-_7aca3693-84aa-0c17-76bc-dd103dbf5a5e-845092c5, #w-node-f80af43c-6490-1031-e7f8-a28d601784b3-845092c5, #w-node-_977c3bf0-80c5-b6be-a81e-c6d1f656dd8c-845092c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_486cf735-da6c-c36d-0d4b-e8a59c5c9a3a-a104fc60 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cfcf88ac-8c3b-f652-5ffc-e2cabbb7b357-a104fc60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-63970417 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3d6a7b1a-c8ed-6a9e-3a54-364e1d94504b-63970417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-abd544d7, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-abd544d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_868fa19c-386a-c531-7c76-5e1f97fb41e1-abd544d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-ec0aac91 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3d6e1be7-d551-ada8-bf92-8a2d2e5ac1c4-ec0aac91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-5a6d6614, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-5a6d6614 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_0006f884-69ac-7ad8-8f50-ab0efc80da1a-5a6d6614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-3d4d96b3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0f3f0a47-1640-e68d-7b48-a5fabf4073f7-3d4d96b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-7b76254c, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-7b76254c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2d6a8cd9-f4f0-4690-c136-9eb55cddac46-7b76254c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-03cbe392 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0f8d741d-26aa-c715-80bb-abdd1844a049-03cbe392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-ac101d46, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-ac101d46 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_59bd0a30-4136-a484-8eaa-72e3c1932296-ac101d46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-e9d5ded7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_50f8bce3-c8cc-6a71-e425-2d8de6c2df8d-e9d5ded7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-5fa0e303, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-5fa0e303 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7a18e046-33a1-d781-98e1-bce2fe72ddea-5fa0e303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-ee85c940, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-ee85c940 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_3b4d6c5a-6f05-0599-b4f8-68a8fb876d40-ee85c940 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-a5f075da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_121fb9fe-cce5-d9a7-b103-9044c410589d-a5f075da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-ce32cb00, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-ce32cb00 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_870f6385-a15f-f330-ce43-c1c77a8479f1-ce32cb00 {
  justify-self: auto;
}

#w-node-efca4e70-2665-afe7-b220-12ec7c8494e3-ce32cb00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-cf1a7572, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-cf1a7572 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-d2528c87-6125-8af6-25ec-7ffe0389e64e-cf1a7572 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-d714d3ac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ba8b9983-d599-7967-4c30-70f56cfeb6f1-d714d3ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f9a0d16-7691-f337-10fa-a7cfad1d258e-edb7c667 {
  grid-template-rows: 750px 650px auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_336162f4-6cc0-d054-9dba-1d26674a0738-edb7c667 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8ef08296-151c-bf2b-8ac2-cacf72f1687a-edb7c667 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_9fd6c19b-f8d6-bf38-cc19-7e291abe9f74-edb7c667 {
  justify-self: center;
}

#w-node-_9fd6c19b-f8d6-bf38-cc19-7e291abe9f76-edb7c667 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bddadc7-ebb3-f9ad-54cd-158af8299952-edb7c667, #w-node-_71bc37cc-ac6e-8af1-0f14-293d3bb85afb-edb7c667, #w-node-_0940b7bb-90c4-ef68-616a-93b73687f9a0-edb7c667 {
  justify-self: center;
}

#w-node-_462d490b-77ed-2367-333a-8f4aa7f54072-edb7c667 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_8f9c29bc-7115-1ecb-7164-b3b801cb3cb1-edb7c667, #w-node-_9c395dfa-ffb5-27c7-b6ca-28c74e0b334c-edb7c667 {
  place-self: center;
}

#w-node-fb6f461e-bba1-2a49-1f2b-81c80bcdd9b4-edb7c667 {
  grid-template-rows: 100%;
  grid-template-columns: 2fr 2fr 2fr 2fr;
}

#w-node-e8d565f5-75ab-a91b-c4e6-0b32a419e7e2-edb7c667 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_258d06f2-33ee-265b-6948-184181c5355f-f16b0bd0 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-faac2dc9-2fbf-21ad-5955-b7aa3278bc09-f16b0bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-b3c7da0c-c9d3-372b-4558-25134a0e0500-7a972c62 {
    grid-template-rows: .8fr auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3b8311e4-5b92-8efc-eff6-77dc2734bef5-9257a94c, #w-node-d07c4085-7fb0-2700-1edc-74825d94a5d4-9257a94c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-b784c51c-f0c4-bc90-e4e9-f60975f6017e-7a972c62 {
    grid-template-rows: minmax(200px, 3fr) minmax(200px, 3fr);
    grid-template-columns: 1fr 1fr;
  }

  #w-node-db8788df-9c18-74c3-42df-e488b8d85f2f-7a972c62 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b3c7da0c-c9d3-372b-4558-25134a0e0500-7a972c62 {
    grid-template-rows: .75fr auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_383d65b6-e02e-dc6f-707f-b9010e553680-9257a94c, #w-node-_49184b82-a0cc-162a-c7ee-03f007f0f9e2-9257a94c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_486cf735-da6c-c36d-0d4b-e8a59c5c9a3a-a104fc60 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-63970417, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-abd544d7, #w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-ec0aac91, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-5a6d6614, #w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-3d4d96b3, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-7b76254c, #w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-03cbe392, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-ac101d46, #w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-e9d5ded7, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-5fa0e303, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-ee85c940, #w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-a5f075da, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-ce32cb00, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-cf1a7572, #w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-d714d3ac, #w-node-_336162f4-6cc0-d054-9dba-1d26674a0738-edb7c667 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_336162f4-6cc0-d054-9dba-1d26674a073a-edb7c667 {
    order: -9999;
  }

  #w-node-fb6f461e-bba1-2a49-1f2b-81c80bcdd9b4-edb7c667 {
    grid-template-rows: 50%;
    grid-template-columns: 2fr 2fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b3c7da0c-c9d3-372b-4558-25134a0e0500-7a972c62 {
    grid-template-rows: .7fr auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-b784c51c-f0c4-bc90-e4e9-f60975f6017e-7a972c62 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-db8788df-9c18-74c3-42df-e488b8d85f2f-7a972c62 {
    grid-row: span 1 / span 1;
  }

  #w-node-a2432010-2a00-d440-aa97-6c5e1f529a54-7a972c62 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_62b018b9-9850-f776-5ba1-680e25759c1e-9257a94c, #w-node-df10e789-299f-bb5f-6afa-2b6041fbdfb5-9257a94c, #w-node-ed0e56ed-e748-1eff-88d3-52627c362347-9257a94c, #w-node-_5e85a63a-16b9-ddaf-4c82-2eab81f157b2-9257a94c, #w-node-_4676164a-90ca-cff0-624d-1f7bd6d22769-9257a94c, #w-node-_82503d4b-e53b-4eff-1894-5670f827fea7-9257a94c, #w-node-_1b988889-7f2a-9d38-f909-f846b694c25b-9257a94c {
    justify-self: center;
  }

  #w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-63970417, #w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-ec0aac91, #w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-3d4d96b3, #w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-03cbe392, #w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-e9d5ded7, #w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-a5f075da, #w-node-df1d4f90-3f22-7b3d-8019-62192c26ce57-d714d3ac {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9f9a0d16-7691-f337-10fa-a7cfad1d258e-edb7c667 {
    grid-template-rows: auto minmax(850px, 1fr) auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9f9a0d16-7691-f337-10fa-a7cfad1d258f-edb7c667 {
    order: 1;
  }

  #w-node-_9f9a0d16-7691-f337-10fa-a7cfad1d2590-edb7c667 {
    order: 2;
  }

  #w-node-_0859a6e2-78ae-7500-a85d-5c5d07462b13-edb7c667 {
    order: 4;
  }

  #w-node-_81d6744c-10f4-1dc6-fd9b-89649ee3470d-edb7c667 {
    order: 3;
  }

  #w-node-_78461e40-f255-23e8-96bf-db8eb2c75a87-edb7c667 {
    order: 5;
  }

  #w-node-_9f668066-7583-3958-33da-6ea86f9fdcee-edb7c667 {
    order: 6;
  }

  #w-node-f7203286-0efb-bd15-5696-70d771ebddd3-edb7c667, #w-node-f7203286-0efb-bd15-5696-70d771ebddd5-edb7c667, #w-node-a492c891-ff5f-9223-589d-46c4ee4b107c-edb7c667, #w-node-c4812582-dee2-a906-1777-b925fd660125-edb7c667, #w-node-f122d725-123a-ab01-90ba-a30aec08956e-edb7c667, #w-node-_9fd6c19b-f8d6-bf38-cc19-7e291abe9f74-edb7c667, #w-node-_9fd6c19b-f8d6-bf38-cc19-7e291abe9f76-edb7c667, #w-node-_8bddadc7-ebb3-f9ad-54cd-158af8299952-edb7c667, #w-node-_8bddadc7-ebb3-f9ad-54cd-158af8299954-edb7c667 {
    order: -9999;
  }

  #w-node-_8f9c29bc-7115-1ecb-7164-b3b801cb3cb1-edb7c667 {
    justify-self: start;
  }

  #w-node-_9c395dfa-ffb5-27c7-b6ca-28c74e0b334c-edb7c667 {
    justify-self: end;
  }

  #w-node-_258d06f2-33ee-265b-6948-184181c5355f-f16b0bd0 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0bd1dac1-73c2-43b3-9d09-50cd2bc0d4a5-f16b0bd0 {
    order: 0;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b3c7da0c-c9d3-372b-4558-25134a0e0500-7a972c62 {
    grid-template-rows: .7fr auto;
    grid-template-columns: 1fr .25fr;
  }

  #w-node-a2432010-2a00-d440-aa97-6c5e1f529a54-7a972c62 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1fb34caf-f0be-014a-6c4f-7abbffb88b57-9257a94c, #w-node-_0d5e81ec-87ad-1143-69ce-f4f449ae36a6-9257a94c, #w-node-_3b8311e4-5b92-8efc-eff6-77dc2734bef5-9257a94c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_486cf735-da6c-c36d-0d4b-e8a59c5c9a3a-a104fc60 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-abd544d7, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-abd544d7, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-5a6d6614, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-5a6d6614, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-7b76254c, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-7b76254c, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-ac101d46, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-ac101d46, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-5fa0e303, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-5fa0e303, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-ee85c940, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-ee85c940, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-ce32cb00, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-ce32cb00, #w-node-_64f5da2e-07d7-bc1e-bd4c-53aced2cf2fa-cf1a7572, #w-node-_1417322d-c3a8-add6-e7cc-12657d0b3dca-cf1a7572 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9f9a0d16-7691-f337-10fa-a7cfad1d258e-edb7c667 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a492c891-ff5f-9223-589d-46c4ee4b107c-edb7c667, #w-node-_85d5503d-c700-00d2-5ff9-87f20fbe4f57-edb7c667, #w-node-c4812582-dee2-a906-1777-b925fd660125-edb7c667, #w-node-f122d725-123a-ab01-90ba-a30aec08956e-edb7c667 {
    order: 9999;
  }

  #w-node-fb6f461e-bba1-2a49-1f2b-81c80bcdd9b4-edb7c667 {
    grid-template-rows: 25%;
    grid-template-columns: 2fr;
  }
}


@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-BoldItalic.ttf') format('truetype'), url('../fonts/Epilogue-Bold.ttf') format('truetype'), url('../fonts/Epilogue-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Meiland Gorgeous';
  src: url('../fonts/Meiland-Gorgeous.ttf') format('truetype'), url('../fonts/Meiland-Gorgeous.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.lang-button {
    background: #f18927;
    border: none;
    padding: 4px 6px; /* Réduction du padding pour diminuer la largeur */
    color: white;
    font-size: 14px; /* Réduction légère de la taille du texte */
    cursor: pointer;
    border-radius: 5px;
    width: auto; /* Laisse le bouton s'adapter au texte */
    min-width: 80px; /* Empêche le bouton d'être trop petit */
    text-align: center;
}

.lang-button:hover {
    background: #d97706;
}

.lang-container-mobile {
    display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center; /* Centre verticalement */
    height: 100px; /* Ajuste la hauteur pour le placer correctement */
}

.lang-button-mobile {
    background: #007bff;
    border: none;
    padding: 10px 15px;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    width: 80%; /* Largeur ajustée */
    text-align: center;
}

.lang-button-mobile:hover {
    background: #0056b3;
}
