:root {
  --white: white;
  --gris: #e1e1e1;
  --ada4a4: #ada4a4;
  --text-black: #333;
  --blue: #4896e4;
  --black: black;
  --active: var(--black);
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

body {
  background-color: #0000;
  background-image: repeating-linear-gradient(90deg, var(--white), var(--gris) 43%, white);
  color: #333;
  min-width: auto;
  height: auto;
  min-height: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-left {
  transition: opacity .125s;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  font-family: Droid Sans, sans-serif;
  display: flex;
  position: fixed;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.navbar-text1 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
}

.navbar-text1:hover {
  color: #1a1b1fbf;
}

.navbar-text1:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-text1[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  text-align: center;
  background-color: #e5e1e1;
  border-radius: 0;
  font-family: Figtree, sans-serif;
}

.nav-dropdown-list.w--current {
  color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

.image {
  z-index: auto;
  float: left;
  vertical-align: baseline;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
}

.image-2 {
  width: 59%;
  height: 134.207%;
  position: fixed;
  inset: -1% auto auto 0%;
}

.section {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #e0e0e0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1454.44px;
  height: 2000px;
  display: grid;
  position: static;
  top: auto;
}

.container-2 {
  height: 6000px;
}

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

.image-3 {
  float: left;
  clear: left;
  max-width: 80%;
  margin-top: 140px;
  position: sticky;
}

.navbar-text1-desktop {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
}

.navbar-text1-desktop:hover {
  color: #1a1b1fbf;
}

.navbar-text1-desktop:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-text1-desktop[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.image-4 {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: darken;
  background-color: #0000;
  outline: 3px #d9d9d900;
  min-width: 80px;
  display: block;
  position: static;
}

.div-block {
  width: 100%;
  height: auto;
  margin-top: 4px;
  margin-left: 40px;
  display: inline-block;
  position: fixed;
  inset: 2% 10px auto 0%;
  transform: translate(0, -2px);
}

.nav-menu {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-width: 30%;
  max-width: 40%;
  max-height: 40px;
  margin-top: 55px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.navbar {
  z-index: 1000;
  opacity: .85;
  background-color: #f8f7f7;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: 110px;
  min-height: 120px;
  max-height: 130px;
  margin-top: 0;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 2px 20px 3px #0003;
}

.button-navbar {
  color: #ada4a4;
  text-transform: uppercase;
  padding: 10px 30px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.button-navbar.w--current {
  color: #000;
  border-radius: 0;
  height: 100%;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Figtree, sans-serif;
  text-decoration: none;
  transform: translate(0);
}

.button-navbar.active {
  color: #000;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 #e3d9d9;
  border-radius: 0;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.dropdown-link {
  float: none;
  position: relative;
}

.dropdown-toggle {
  color: #ada4a4;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transform: translate(0, -5px);
}

.dropdown-toggle.w--open {
  padding-left: 40px;
  padding-right: 60px;
}

.dropdown-toggle.active {
  color: #000;
}

.icon {
  margin-right: 40px;
}

.button-dropdown {
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.dropdown-active {
  opacity: 1;
  color: #ada4a4;
  text-align: center;
  text-transform: uppercase;
  background-color: #e5e5e500;
  border: 0 solid #000;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-weight: 500;
  transform: translate(0, -11px);
}

.body {
  background-color: #ada4a4;
}

.container-3 {
  background-color: #f8f7f7;
  width: 100%;
  max-width: 100%;
  height: 2000px;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-3 {
  margin-bottom: 26px;
  margin-right: 40px;
}

.image-5 {
  opacity: 1;
}

.section-2 {
  opacity: .47;
  background-color: #ada4a4;
  border-radius: 20px;
  height: 2000px;
}

.text-block {
  z-index: auto;
  text-align: left;
  padding-top: 140px;
  padding-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  position: static;
  inset: 0% 0% auto;
}

.image-6 {
  aspect-ratio: auto;
  opacity: 1;
  width: 100%;
  max-width: none;
  height: 100%;
}

.brand {
  z-index: 3000;
}

.container-4 {
  width: 100%;
  max-width: 100%;
  height: 1080px;
}

.dropdown-toggle-2 {
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 10px 0;
}

.dropdown-toggle-2.w--open {
  transform: none;
}

.icon-4, .icon-5 {
  color: #ada4a4;
}

.dropdown-text2---portfolio {
  opacity: 1;
  color: #ada4a4;
  text-align: center;
  text-transform: uppercase;
  background-color: #e5e5e500;
  border: 0 solid #000;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-weight: 500;
  transform: translate(0, -11px);
}

.dropdown-list {
  margin-bottom: 1px;
}

.dropdown-list.w--open {
  margin-bottom: 0;
  display: block;
  position: absolute;
}

.section-3 {
  width: 100%;
  height: 1200px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.section-4 {
  position: static;
}

.hero-image1 {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
  transform: translate(0, -133px);
}

.footer-fsynnott {
  z-index: 0;
  background-image: linear-gradient(112deg, #fff, var(--gris) 32%, white);
  flex-flow: row;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100px;
  min-height: 100px;
  max-height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: static;
  inset: auto 0% 0%;
  box-shadow: inset 0 2px 20px -8px #0003;
}

.container-5 {
  height: 200px;
  font-family: DM Serif Text, sans-serif;
}

.heading {
  padding-top: 0;
  padding-left: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 90px;
}

.section-5 {
  float: left;
  overflow-wrap: normal;
  position: relative;
}

.container-6 {
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-2 {
  width: 100%;
  height: 600px;
  position: relative;
}

.image-7 {
  height: 65.0072%;
  position: static;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  border-radius: 0;
  flex: 1;
  align-self: flex-start;
  margin-right: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: var(--ada4a4);
  text-align: left;
  letter-spacing: 1.8px;
  text-indent: 1px;
  column-count: auto;
  width: 600px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

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

.read-more-button {
  background-color: var(--ada4a4);
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  border-radius: 0;
  align-self: center;
  margin-top: 10px;
  padding: 12px 40px;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  position: relative;
  right: 120px;
}

.read-more-button:hover {
  background-color: var(--white);
  color: var(--ada4a4);
  letter-spacing: 5px;
  border-radius: 14px;
}

.read-more-button:active {
  background-color: var(--ada4a4);
  color: var(--white);
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.hero-without-image {
  background-color: var(--gris);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  font-family: DM Serif Display, sans-serif;
}

.fabienne-hero {
  background-color: var(--gris);
  background-image: linear-gradient(147deg, #f8f8f8, #f8f7f8 16%, var(--white) 36%, #faf9fa 46%, var(--gris) 75%, #f1f0f2);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 80px 30px;
  position: relative;
}

.heading-3 {
  color: var(--text-black);
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: DM Serif Display, sans-serif;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 400px;
  height: 300px;
}

.gallery-slider {
  background-color: var(--gris);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-slide-text {
  color: #f5f7fa;
  width: 250px;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.section-6 {
  background-color: var(--gris);
  margin-top: -135px;
  padding-top: 20px;
  padding-bottom: 65px;
  box-shadow: inset 0 2px 20px 4px #0003;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: end;
  place-items: stretch start;
  height: auto;
  margin: 60px;
}

.image-8 {
  box-sizing: border-box;
  object-fit: cover;
}

.image-9 {
  object-fit: cover;
}

.image-grid {
  box-sizing: border-box;
  float: none;
  vertical-align: baseline;
  object-fit: cover;
  min-width: auto;
  min-height: 100%;
  transition: all .2s;
  display: block;
  position: static;
  box-shadow: 0 2px 5px 1px #0003;
}

.image-grid:hover {
  opacity: 1;
  border-radius: 20px;
  transform: scale(1.05);
}

.heading-4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 54px;
  padding-bottom: 0;
  font-family: DM Serif Display, sans-serif;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-left: 140px;
  margin-right: 140px;
  display: flex;
}

.view-portfolio {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--ada4a4);
  color: var(--white);
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  vertical-align: baseline;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 20px 130px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.view-portfolio:hover {
  background-color: var(--white);
  color: var(--ada4a4);
  letter-spacing: 6px;
  border-radius: 20px;
}

.view-portfolio:active {
  background-color: var(--ada4a4);
  color: var(--white);
}

.categories-pieces {
  text-align: left;
  -webkit-text-stroke-color: var(--gris);
  text-transform: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 0;
  min-width: auto;
  min-height: 100%;
  margin-top: 12px;
  padding-top: 220px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: DM Serif Display, sans-serif;
  line-height: 36px;
  transition: all .2s;
  display: block;
}

.categories-pieces:hover {
  color: #000;
  border-radius: 15px;
  line-height: 36px;
}

.categories-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: 100%;
  min-width: auto;
  min-height: auto;
  display: grid;
}

.container-8 {
  width: 100%;
  max-width: 90%;
}

.category-item {
  border-radius: 0;
  min-height: 260px;
  margin: 40px 20px;
  transition: all .2s;
  display: block;
}

.category-item:hover {
  opacity: .75;
  transform: scale(1.05);
}

.section-7 {
  width: 100%;
  height: 900px;
  min-height: 100%;
  max-height: none;
  margin-top: 40px;
  margin-bottom: 60px;
}

.collection-list {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between;
  place-items: center;
  width: 100%;
  min-width: 250px;
  max-width: none;
  min-height: 250px;
  max-height: none;
  display: grid;
}

.instagram-text {
  opacity: 1;
  color: #3330;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  background-clip: padding-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 10px 20px 0;
  font-family: Figtree, sans-serif;
  font-weight: 400;
  transition: all .2s;
  display: flex;
  overflow: visible;
}

.instagram-text:hover {
  color: var(--white);
  text-shadow: 0 1px 4px #000;
  mix-blend-mode: normal;
  background-color: #0c0c0c;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  font-weight: 600;
  line-height: 16px;
}

.instagram-post {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  width: auto;
  min-width: 250px;
  min-height: 250px;
}

.instagram-post:hover {
  opacity: .7;
  -webkit-backdrop-filter: brightness(200%);
  backdrop-filter: brightness(200%);
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 0;
  background-clip: content-box;
}

.container-9 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.link-block {
  width: 5%;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: static;
}

.view-instagram {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--ada4a4);
  color: var(--white);
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  vertical-align: baseline;
  cursor: pointer;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 60px;
  margin-top: 0;
  margin-left: 0;
  padding: 20px 60px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.view-instagram:hover {
  background-color: var(--white);
  color: var(--ada4a4);
  letter-spacing: 8px;
  border-radius: 20px;
}

.view-instagram:active {
  background-color: var(--ada4a4);
  color: var(--white);
}

.section-8 {
  min-width: auto;
  min-height: auto;
  margin-top: 60px;
  display: block;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: auto;
  display: block;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 0;
  position: relative;
}

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

.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-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  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-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-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;
}

.section-9 {
  background-color: var(--gris);
  height: auto;
  margin-top: 60px;
}

.body-2 {
  height: auto;
}

.footer-div {
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  min-width: auto;
  max-width: none;
  height: 100px;
  min-height: auto;
  max-height: none;
  display: block;
  position: static;
}

.footer-container {
  width: 100%;
  max-width: 100%;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  display: block;
  position: sticky;
  inset: auto 0% 0%;
}

.text-block-2 {
  color: var(--ada4a4);
  -webkit-text-stroke-color: var(--ada4a4);
  align-self: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

.body-3 {
  background-color: var(--gris);
}

.body-4 {
  height: auto;
}

.image-10 {
  width: 20px;
  height: 20px;
}

.link-block-2 {
  width: 20px;
  max-width: 20px;
  height: 20px;
  max-height: 20px;
  display: block;
}

.div-block-5 {
  width: 20px;
  height: 0;
}

.social-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  height: 20px;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: static;
  overflow: visible;
}

.social-media-icon {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  height: 20px;
  display: block;
}

.social-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.text-block-3 {
  color: var(--ada4a4);
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

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

.social-links {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
}

.image-11 {
  align-self: flex-start;
}

.div-block-7 {
  flex-flow: row;
  display: flex;
}

.slide-nav {
  opacity: 0;
  color: var(--ada4a4);
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

.slider {
  object-fit: scale-down;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: -94px;
  position: static;
}

.image-12 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.left-arrow, .right-arrow {
  opacity: 0;
}

.mask {
  width: 100%;
  min-width: auto;
  height: 99.9997%;
  min-height: auto;
  margin-top: 60px;
  position: static;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: none;
  overflow: auto;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  display: inline-block;
  overflow: visible;
}

.image-15 {
  object-fit: cover;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  overflow: visible;
}

.image-16 {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.lightbox-style1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  column-count: 0;
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  min-width: 150px;
  max-width: none;
  height: 300px;
  min-height: 150px;
  max-height: none;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s ease-in-out;
  display: block;
}

.lightbox-style1:hover {
  opacity: .7;
  mix-blend-mode: normal;
}

.image-17 {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: static;
}

.image-17:hover {
  border-radius: 20px;
}

.pieces-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}

.heading-pieces {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: DM Serif Display, sans-serif;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.container-11 {
  width: 90%;
  max-width: none;
  max-height: none;
}

.container-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: ltr;
  text-indent: 0;
  column-count: 4;
  column-rule-style: none;
  column-rule-width: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: flex-start center;
  align-items: center;
  column-gap: 0;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-8 {
  direction: ltr;
  flex-flow: row-reverse wrap;
  flex: 1;
  order: -1;
  place-content: stretch flex-end;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.pieces-noms1 {
  text-align: center;
  margin-left: 0;
  font-family: DM Serif Display, sans-serif;
}

.lightbox-style1-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  column-count: 0;
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  min-width: 150px;
  max-width: none;
  height: 300px;
  min-height: 150px;
  max-height: none;
  margin: 20px 10px;
  transition: all .3s ease-in-out;
  display: block;
}

.lightbox-style1-copy:hover {
  opacity: .7;
  mix-blend-mode: normal;
}

.heading-5 {
  opacity: 1;
  text-align: center;
  font-family: DM Serif Display, sans-serif;
}

.section-10 {
  height: 200px;
}

.container-13 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-6 {
  font-family: DM Serif Display, sans-serif;
  display: flex;
}

.category-link-wrapper {
  width: 100%;
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .3s;
}

.category-link-wrapper:hover {
  opacity: 1;
  height: 300px;
}

.image-category-cards {
  object-fit: cover;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  transition: all .3s;
  display: inline-block;
}

.image-category-cards:hover {
  opacity: .7;
  mix-blend-mode: normal;
  object-fit: none;
  width: 100%;
}

.category-portfolio {
  background-image: url('../images/category_drink.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  border-radius: 0;
  width: 100%;
  height: 300px;
  transition: all .2s;
  position: absolute;
}

.category-portfolio:hover {
  opacity: .7;
  background-size: 105%;
}

.title-cards-category {
  opacity: 1;
  color: var(--text-black);
  text-align: left;
  -webkit-text-stroke-color: var(--text-black);
  text-shadow: -2px 2px 4px #0003;
  mix-blend-mode: normal;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 40px;
  padding-left: 60px;
  font-family: DM Serif Display, sans-serif;
  font-size: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  inset: auto auto 0%;
}

.title-cards-category:hover {
  text-align: left;
  letter-spacing: 4px;
  text-shadow: -2px 2px 4px #0003;
  mix-blend-mode: normal;
  font-size: 40px;
}

.vases-image {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: static;
}

.vases-image:hover {
  border-radius: 20px;
}

.lightbox-style-vase {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  column-count: 0;
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  min-width: 150px;
  max-width: none;
  height: 500px;
  min-height: 150px;
  max-height: none;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s ease-in-out;
  display: block;
}

.lightbox-style-vase:hover {
  opacity: .7;
  mix-blend-mode: normal;
}

.body-5 {
  height: 100%;
}

.section-11 {
  height: auto;
}

.div-block-9 {
  height: 450px;
}

.image-18 {
  object-fit: cover;
  min-width: auto;
  max-width: 100%;
  min-height: auto;
}

.image-19 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 20%;
  position: static;
  inset: 110px 0% auto;
}

.div-block-10 {
  height: 20%;
}

.image-20 {
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 215px;
  margin-bottom: 0;
  overflow: clip;
}

.heading-7 {
  opacity: .6;
  color: var(--ada4a4);
  text-align: center;
  mix-blend-mode: color-dodge;
  width: auto;
  margin-top: 140px;
  margin-left: 500px;
  font-family: DM Serif Display, sans-serif;
  font-size: 60px;
  position: absolute;
  inset: auto 60px auto auto;
}

.fabienne-title-card {
  z-index: 5;
  opacity: .73;
  color: var(--gris);
  text-align: left;
  letter-spacing: 0;
  text-shadow: -7px -1px 12px var(--text-black);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: overlay;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 120px;
  line-height: 50px;
  position: absolute;
  inset: 28.5% auto auto 45px;
}

.section-12 {
  background-image: linear-gradient(143deg, var(--ada4a4), var(--white) 59%, var(--gris));
  height: 1080px;
  display: block;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-15 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-wrapper-2 {
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 40%;
  max-width: 60%;
  height: 80%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--text-black);
  text-align: right;
  text-transform: none;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.button-primary-5 {
  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-5:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.container-17 {
  display: flex;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  background-image: linear-gradient(119deg, var(--ada4a4), var(--white) 43%, var(--gris));
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
  overflow: clip;
}

.hero-form-2 {
  margin-bottom: 12px;
}

.hero-form-container-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input-2 {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-2:hover, .hero-form-input-2:focus {
  border-color: #76879d;
}

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

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.image-22 {
  border-radius: 0;
}

.text-block-4 {
  float: right;
  text-align: center;
  align-self: center;
  width: 40%;
  margin-top: 20px;
  margin-right: 0;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.currriculum-title-card {
  z-index: 5;
  opacity: .73;
  color: var(--gris);
  text-align: right;
  letter-spacing: 0;
  text-shadow: 20px 0 14px var(--text-black);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: overlay;
  background-clip: border-box;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 120px;
  line-height: 50px;
  position: absolute;
  inset: -2.7% 10.5% 0% auto;
}

.cv-formations {
  background-color: #f5f7fa;
  background-image: linear-gradient(257deg, var(--gris), #ddd5d5 18%, var(--gris) 62%, white);
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px 220px;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 16px 4px #0000003b;
}

.columns {
  margin-top: 118px;
}

.cv-heading1 {
  float: left;
  color: var(--ada4a4);
  text-align: left;
  letter-spacing: 5px;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
  font-family: Figtree, sans-serif;
  font-size: 42px;
  display: block;
  position: relative;
}

.cv-heading2 {
  color: var(--ada4a4);
  margin-bottom: 10px;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cv-heading3 {
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  overflow: visible;
}

.column {
  margin-bottom: 20px;
}

.list {
  text-align: left;
  width: auto;
  margin: 40px 100px 60px;
  padding-left: 0;
  list-style-type: none;
}

.cv-heading4 {
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.cv-heading-main {
  margin-bottom: 10px;
  font-size: 32px;
}

.experiences-title-card {
  z-index: 5;
  opacity: .73;
  color: var(--gris);
  text-align: center;
  letter-spacing: 0;
  text-shadow: 20px 0 14px var(--text-black);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: overlay;
  background-clip: border-box;
  max-width: 100%;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 120px;
  line-height: 50px;
  position: absolute;
  inset: -2.1% 50px 0%;
}

.cv-exp {
  background-color: #f5f7fa;
  background-image: linear-gradient(257deg, var(--gris), #ddd5d5 18%, var(--gris) 62%, white);
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  margin-top: auto;
  padding: 80px 30px;
  position: relative;
  box-shadow: 0 2px 16px 4px #0000003b;
}

.link-grid2 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.column-2 {
  margin-top: 20px;
  padding-left: 0;
}

.cv-heading-main-stacked {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 32px;
}

.paragraph {
  text-align: left;
  letter-spacing: 0;
}

.cv-heading3-exp-travail {
  font-family: Figtree, sans-serif;
  font-size: 12px;
  line-height: 5px;
}

.expriences-de-travail {
  font-size: 32px;
}

.div-block-13 {
  margin-bottom: 20px;
  margin-left: 100px;
}

.cv-heading1-exp-de-trav {
  float: left;
  color: var(--ada4a4);
  text-align: left;
  letter-spacing: 1px;
  mix-blend-mode: darken;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
  font-family: Figtree, sans-serif;
  font-size: 42px;
  display: block;
  position: relative;
}

.columns-2 {
  margin-bottom: 0;
}

.column-3 {
  margin-top: 20px;
  padding-left: 0;
}

.cv-heading-titles {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
}

.presse {
  background-color: #f5f7fa;
  background-image: linear-gradient(53deg, var(--ada4a4), var(--gris) 43%, #efefef 73%, var(--white));
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
  box-shadow: 0 2px 20px 4px #0003;
}

.presse-title-card {
  z-index: 5;
  opacity: .7;
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--ada4a4);
  text-shadow: 0 9px 6px var(--text-black);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: overlay;
  background-clip: border-box;
  border-radius: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 120px;
  line-height: 50px;
  position: absolute;
  inset: -6% 0% auto;
  overflow: visible;
}

.hyperlink-presse {
  color: var(--text-black);
  text-align: left;
  letter-spacing: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.hyperlink-presse:hover {
  color: var(--blue);
  font-size: 17px;
  text-decoration: underline;
}

.list-hyperlinks {
  text-align: left;
  width: auto;
  margin: 10px 100px 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

.hyperlink-list-item {
  float: left;
  clear: left;
  color: var(--ada4a4);
  text-align: center;
  letter-spacing: 5px;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
  font-family: Figtree, sans-serif;
  font-size: 22px;
  display: block;
  position: relative;
}

.body-6 {
  max-width: 100%;
  height: auto;
}

.footer-variation-apropos {
  background-image: linear-gradient(112deg, var(--white), var(--gris) 37%, white);
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  box-shadow: inset 0 2px 12px -1px #0003;
}

.evenements1 {
  background-color: #f5f7fa;
  background-image: linear-gradient(19deg, var(--ada4a4), var(--gris) 48%, #efefef 73%, var(--white));
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px 20px;
  position: relative;
}

.evenements-title-card {
  z-index: 5;
  opacity: .61;
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--white);
  text-shadow: -10px 0 8px var(--ada4a4);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 100px;
  line-height: 50px;
  position: absolute;
  inset: -10% auto auto 0;
  overflow: visible;
}

.section-events {
  height: auto;
}

.list-item {
  display: block;
}

.section-studio {
  height: auto;
  margin-top: 50px;
}

.image---studio {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: static;
}

.image---studio:hover {
  border-radius: 20px;
}

.studio-titlecard {
  height: auto;
}

.studio-title {
  z-index: 5;
  opacity: .73;
  color: var(--gris);
  text-align: left;
  letter-spacing: 0;
  text-shadow: -7px -1px 12px var(--text-black);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 120px;
  line-height: 50px;
  position: absolute;
  inset: 29.5% auto auto 68px;
}

.background-video {
  width: auto;
  height: 540px;
  margin: 60px;
}

.image-23 {
  overflow: visible;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: block;
  position: static;
}

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

.cv-page-link {
  height: 0;
  position: relative;
  top: -158px;
}

.div-block-15 {
  height: 0;
}

.presse-page-link {
  height: 0;
  position: relative;
  top: -118px;
}

.section-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 60px;
  margin-bottom: 280px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-block-ig-feed {
  opacity: 0;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 60px;
  font-family: Figtree, sans-serif;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-ig-feed:hover {
  opacity: 1;
}

.ig-feed {
  object-fit: fill;
  width: 25%;
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
}

.image-24 {
  object-fit: cover;
  transition: all .2s;
  display: inline-block;
  position: static;
}

.image-24:hover {
  opacity: .7;
}

.columns-3 {
  width: 100%;
  height: 300px;
}

.grid-ig {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: end;
  place-items: stretch start;
  width: 100%;
  height: 250px;
  margin: 20px auto 10px;
  position: static;
}

.div-block-16 {
  width: 100%;
  position: absolute;
}

.text-block-5 {
  opacity: 0;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 1px #000000c9;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  margin: auto;
  padding: 40px;
  font-family: Figtree, sans-serif;
  font-weight: 500;
  line-height: 25px;
  transition: all .2s;
  display: flex;
  position: static;
}

.text-block-5:hover {
  opacity: 1;
  line-height: 16px;
}

.image-26 {
  overflow: visible;
}

.div-block-ig1 {
  background-image: url('../images/441874132_18284545237205868_1351040449017733796_n.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.div-block-ig1:hover {
  opacity: .7;
  background-size: auto;
}

.div-block-ig2 {
  background-image: url('../images/456237139_18290907904205868_3133333251224699312_n.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.div-block-ig2:hover {
  opacity: .7;
  background-size: auto;
}

.div-block-ig3 {
  background-image: url('../images/450175093_18285678295205868_6316251595229996230_n.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.div-block-ig3:hover {
  opacity: .7;
  background-size: auto;
}

.div-block-ig4 {
  background-image: url('../images/455953659_18290907955205868_1009753643137630366_n.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.div-block-ig4:hover {
  opacity: .7;
  background-size: auto;
}

.div-block-ig5 {
  background-image: url('../images/455873877_18290907913205868_8159486385564207608_n.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.div-block-ig5:hover {
  opacity: .7;
  background-size: auto;
}

.div-block-ig6 {
  background-image: url('../images/449059058_18284226958205868_5303858699333088541_n.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.div-block-ig6:hover {
  opacity: .7;
  background-size: auto;
}

.div-block-ig7 {
  background-image: url('../images/448407453_18283017055205868_3786606979373812230_n.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.div-block-ig7:hover {
  opacity: .7;
  background-size: auto;
}

.div-block-ig8 {
  background-image: url('../images/287449925_171252602019359_7097310555925598892_n.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.div-block-ig8:hover {
  opacity: .7;
  background-size: auto;
}

.section-contact {
  width: 100%;
  height: 100%;
  min-height: 800px;
  max-height: none;
  position: relative;
}

.image-27 {
  width: auto;
  height: 100%;
  margin-top: -100px;
}

.contact-title {
  z-index: 5;
  opacity: .75;
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  text-shadow: 6px 2px 5px #0003;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 100px;
  padding-right: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 120px;
  line-height: 50px;
  display: block;
  position: static;
  inset: 28% auto auto 279px;
}

.submit-button {
  background-color: var(--ada4a4);
}

.text-field {
  box-sizing: border-box;
  text-align: left;
  border-radius: 3px;
  width: 30%;
  display: block;
}

.textarea {
  border-top-right-radius: 50px;
  width: 60%;
  height: 500px;
}

.container-18 {
  z-index: 2;
  clear: none;
  text-align: center;
  width: 100%;
  max-width: none;
  height: 33%;
  margin-top: 100px;
  padding-left: 220px;
  position: absolute;
}

.text-field-2 {
  width: 30%;
}

.form-2 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: block;
}

.text-block-6 {
  color: var(--ada4a4);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Figtree, sans-serif;
  font-size: 32px;
  display: flex;
  position: static;
}

.image-28 {
  z-index: -1;
  opacity: .63;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  display: block;
  position: static;
  top: 61px;
  left: -34.594px;
  overflow: visible;
}

.div-block-17 {
  width: 70%;
}

.text-block-7 {
  box-sizing: border-box;
  color: var(--ada4a4);
  letter-spacing: 2px;
  margin-left: 223px;
  font-family: Figtree, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.grid-ig-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: end;
  place-items: stretch start;
  width: 100%;
  height: 250px;
  margin: 20px auto 10px;
  position: static;
}

.link {
  color: var(--ada4a4);
  margin-top: 60px;
  margin-left: 193px;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link-ig {
  color: var(--ada4a4);
  margin-top: 20px;
  margin-left: 193px;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link-ig:hover {
  text-decoration: underline;
}

.link-fb {
  color: var(--ada4a4);
  margin-top: 60px;
  margin-left: 193px;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link-fb:hover {
  text-decoration: underline;
}

.div-block-18 {
  width: 50%;
  max-width: 100%;
  height: 100%;
  position: absolute;
}

.category-portfolio-2 {
  background-image: url('../images/category_serve.jpg');
  background-position: 50%;
  background-size: 100%;
  border-radius: 0;
  width: 100%;
  height: 300px;
  transition: all .2s;
  position: absolute;
}

.category-portfolio-2:hover {
  opacity: .7;
  background-position: 50%;
  background-size: 105%;
}

.category-portfolio-3 {
  background-image: url('../images/category_sculptural.jpg');
  background-position: 50%;
  background-size: 80%;
  width: 100%;
  height: 300px;
  transition: all .2s;
  position: absolute;
}

.category-portfolio-3:hover {
  opacity: .7;
  background-position: 50%;
  background-size: 85%;
}

.shadow-clipper {
  overflow: hidden;
}

.div-block-19 {
  float: none;
  justify-content: center;
  align-items: flex-end;
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-29 {
  vertical-align: bottom;
  display: inline-block;
}

.div-block-20 {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-block-8 {
  z-index: 10;
  opacity: .1;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  font-size: 120px;
  display: block;
  position: fixed;
  inset: auto 0% 50% auto;
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left-container.shadow-three {
    margin-top: 29px;
    transform: scale(1.5)translate(0);
  }

  .nav-menu-wrapper {
    font-family: Droid Sans, sans-serif;
  }

  .nav-menu-two {
    margin-top: 10px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .button-primary {
    border: 1px #000;
  }

  .image-2 {
    float: left;
    clear: both;
  }

  .section {
    place-items: start stretch;
    position: static;
  }

  .image-3 {
    clear: left;
    max-width: 80%;
    margin-top: -85px;
    position: sticky;
    inset: auto;
  }

  .div-block {
    z-index: 1000;
  }

  .navbar {
    width: 99.9%;
    overflow: visible;
    box-shadow: 1px 2px 20px 3px #0003;
  }

  .container-7 {
    max-width: 80%;
  }

  .hero-wrapper {
    height: 400px;
    overflow: clip;
  }

  .hero-split {
    width: 60%;
    max-width: 60%;
    margin-left: 60px;
  }

  .shadow-two {
    object-fit: cover;
    width: 100%;
  }

  .margin-bottom-24px {
    width: 600px;
  }

  .read-more-button {
    align-self: center;
    margin-right: 228px;
  }

  .fabienne-hero {
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .view-portfolio {
    font-size: 16px;
  }

  .categories-list {
    grid-template-columns: 1fr 1fr;
  }

  .section-7 {
    height: 900px;
    min-height: auto;
  }

  .view-instagram {
    font-size: 16px;
  }

  .body-4 {
    background-image: repeating-linear-gradient(180deg, var(--white), var(--gris) 43%, white);
    height: 1080px;
  }

  .slider {
    margin-top: -187px;
  }

  .image-17 {
    object-fit: cover;
    justify-content: center;
    align-items: flex-start;
    display: inline-flex;
  }

  .pieces-style {
    max-width: 100%;
  }

  .title-cards-category {
    z-index: 3;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
    margin: auto;
    padding-bottom: 40px;
    padding-left: 60px;
    display: flex;
    position: relative;
    inset: auto 0%;
  }

  .title-cards-category:hover {
    opacity: 1;
    letter-spacing: 3px;
  }

  .vases-image {
    object-fit: cover;
    justify-content: center;
    align-items: flex-start;
    display: inline-flex;
  }

  .image-20 {
    overflow: clip;
  }

  .heading-7 {
    opacity: .6;
    mix-blend-mode: color-dodge;
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: absolute;
    inset: auto 3% auto auto;
  }

  .fabienne-title-card {
    opacity: .7;
    text-align: left;
    top: 28.3%;
  }

  .section-12 {
    width: 99.9999%;
    height: 100%;
    box-shadow: inset 0 7px 14px -1px #0003;
  }

  .container-14 {
    object-fit: fill;
    width: 80%;
    min-width: auto;
    max-width: none;
    height: 80%;
    min-height: auto;
    margin: auto;
    padding: 0;
    display: block;
    position: static;
  }

  .div-block-11 {
    float: right;
    clear: none;
    width: 50%;
    margin-top: 60px;
  }

  .margin-bottom-24px-2 {
    font-size: 12px;
  }

  .container-16 {
    float: right;
    width: 80%;
    height: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
    display: block;
  }

  .image-21 {
    display: block;
  }

  .div-block-12 {
    float: right;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    width: 80%;
    height: 100%;
    margin-top: 220px;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .hero-subscribe-left {
    overflow: visible;
  }

  .image-22 {
    margin-bottom: 0;
    display: block;
  }

  .currriculum-title-card {
    z-index: 7;
    opacity: .7;
    color: var(--gris);
    text-align: right;
    text-shadow: 20px 0 14px var(--text-black);
    mix-blend-mode: overlay;
    margin-top: 20px;
    top: -3.5%;
  }

  .cv-formations {
    background-image: linear-gradient(257deg, var(--gris), #ddd5d5 17%, var(--gris) 59%, white);
    overflow: visible;
    box-shadow: 0 2px 5px #0003;
  }

  .experiences-title-card {
    opacity: .7;
    color: var(--gris);
    text-align: center;
    text-shadow: 20px 0 14px var(--text-black);
    mix-blend-mode: overlay;
    margin-top: 20px;
    top: -2.75%;
  }

  .cv-exp {
    background-image: linear-gradient(257deg, var(--gris), #ddd5d5 17%, var(--gris) 59%, white);
    overflow: visible;
  }

  .presse {
    overflow: visible;
  }

  .presse-title-card {
    opacity: .7;
    text-align: center;
    top: -5.5%;
    left: 0%;
  }

  .body-6 {
    min-width: 100%;
    overflow: visible;
  }

  .evenements-title-card {
    opacity: .7;
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -9%;
    left: auto;
    right: auto;
  }

  .image---studio {
    object-fit: cover;
    justify-content: center;
    align-items: flex-start;
    display: inline-flex;
  }

  .studio-title {
    opacity: .7;
    text-align: left;
    top: 28%;
  }

  .background-video {
    min-width: 400px;
  }

  .section-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 310px;
    display: flex;
  }

  .text-block-ig-feed {
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 20%;
    margin-left: 26px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
  }

  .ig-feed {
    flex-flow: wrap;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .contact-title {
    opacity: .7;
    text-align: left;
    top: 28%;
  }

  .image-28 {
    width: auto;
    height: 100%;
  }

  .body-7 {
    height: 100%;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-text1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px 12px 12px 72px;
  }

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

  .navbar-text1-desktop {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block {
    width: 80%;
  }

  .nav-menu {
    background-color: #c8c8c800;
    width: 50%;
  }

  .navbar {
    margin-top: 0;
  }

  .button-navbar {
    color: #fff;
    text-align: left;
    background-color: #e5e5e5;
    border-radius: 0;
    width: 307.101px;
    position: static;
    left: 0;
  }

  .dropdown-toggle {
    color: #fff;
    text-align: center;
    background-color: #e5e5e5;
    border-radius: 0;
    padding-right: 40px;
  }

  .dropdown-active {
    background-color: #b8b8b8;
    border-radius: 0;
  }

  .menu-button-2 {
    width: 60%;
    height: 5%;
    position: fixed;
    inset: 5% 0% 0% auto;
  }

  .menu-button-2.w--open {
    color: #3330;
    text-align: center;
    background-color: #c8c8c800;
    position: fixed;
  }

  .icon-2 {
    text-align: right;
    width: 94.5376%;
    height: 2.71601%;
    margin-right: 40px;
  }

  .dropdown-toggle-2 {
    box-sizing: border-box;
    background-color: #e5e5e5;
    width: 307.101px;
    min-width: auto;
    height: auto;
    min-height: auto;
    padding-right: 40px;
  }

  .dropdown-text2---portfolio {
    background-color: #b8b8b8;
    border-radius: 0;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    text-align: center;
    align-self: center;
    width: 80%;
    font-size: 12px;
    line-height: 16px;
  }

  .read-more-button {
    align-self: center;
    position: static;
    left: 0;
  }

  .heading-3 {
    text-align: center;
    align-self: center;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .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-4 {
    background-image: repeating-linear-gradient(0deg, var(--white), var(--gris) 43%, white);
  }

  .slider {
    margin-top: 150px;
  }

  .lightbox-style1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-17 {
    transform: translate(0);
  }

  .pieces-style {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
    margin-left: 74px;
    display: flex;
  }

  .container-12 {
    flex-flow: row-reverse wrap;
    place-content: flex-start center;
    align-self: flex-start;
    align-items: center;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .title-cards-category {
    padding-left: 18px;
  }

  .image-19 {
    top: 120px;
  }

  .image-20 {
    margin-bottom: 0;
  }

  .heading-7 {
    height: 10%;
    margin-left: 0;
    inset: 0% 0% 0% auto;
  }

  .heading-8 {
    position: absolute;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .hero-split-2 {
    width: 80%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-2 {
    clear: none;
    text-align: center;
    align-self: auto;
    width: 600px;
    font-size: 14px;
    font-weight: 400;
    position: static;
    right: 157px;
  }

  .image-22 {
    align-self: center;
    width: 71%;
    height: 40%;
  }

  .currriculum-title-card {
    top: -2.6%;
  }

  .cv-heading2 {
    font-size: 16px;
  }

  .cv-heading-main {
    width: 300px;
    font-size: 22px;
    line-height: 32px;
  }

  .cv-heading-main-stacked {
    width: 300px;
    font-size: 22px;
    line-height: 24px;
  }

  .paragraph {
    width: 250px;
  }

  .hyperlink-presse {
    font-size: 12px;
  }

  .paragraph-2 {
    width: 250px;
  }

  .image-23 {
    margin-top: 0;
  }

  .section-13 {
    margin-bottom: 820px;
  }

  .grid-ig, .grid-ig-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 290px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar-text1 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .navbar-text1-desktop {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu {
    text-align: center;
  }

  .dropdown-toggle {
    background-color: #e5e5e5;
    display: block;
  }

  .menu-button-2.w--open {
    inset: 0% 0% auto;
  }

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

  .dropdown-toggle-2 {
    display: inline-block;
  }

  .hero-subscribe-right, .hero-without-image, .fabienne-hero, .gallery-overview, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -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-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

  .lightbox-style1 {
    aspect-ratio: auto;
  }

  .container-12 {
    align-self: auto;
  }

  .lightbox-style1-copy, .lightbox-style-vase {
    aspect-ratio: auto;
  }

  .hero-heading-left, .hero-subscribe-left, .cv-formations, .cv-exp, .presse, .evenements1 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .nav-dropdown-list {
    text-align: left;
    position: static;
  }

  .image-4 {
    width: 15%;
    position: static;
    top: -11px;
    left: -36px;
  }

  .div-block {
    width: 30%;
    top: 1%;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 15px;
    margin-right: 50px;
    position: static;
    top: 54%;
    right: 36%;
    transform: translate(-133px, 65px);
  }

  .navbar {
    min-height: 80px;
    max-height: 80px;
  }

  .button-navbar {
    clear: none;
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 300px;
    margin-right: 47.5px;
    display: flex;
  }

  .button-navbar:lang(en) {
    overflow: visible;
  }

  .menu-button-2 {
    width: 60%;
    height: 40px;
    margin-top: -32px;
  }

  .brand.w--current {
    top: -3px;
    left: -39px;
  }

  .dropdown-toggle-2 {
    width: 300px;
    height: 50px;
  }

  .container-7 {
    max-width: none;
    display: block;
  }

  .hero-split {
    width: 100%;
  }

  .shadow-two {
    align-self: center;
    width: 60%;
  }

  .margin-bottom-24px {
    text-align: center;
    width: 80%;
    font-size: 10px;
    line-height: 12px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 38px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .section-6 {
    padding-bottom: 30px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    place-items: stretch center;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
  }

  .image-grid {
    min-width: 100px;
    min-height: 100px;
    margin-bottom: 20px;
  }

  .div-block-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: clip;
  }

  .view-portfolio {
    width: auto;
    min-width: 30%;
    max-width: 74%;
    min-height: auto;
    overflow: clip;
  }

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

  .div-block-4 {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

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

  .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-4.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .slider {
    height: 400px;
    overflow: clip;
  }

  .image-15 {
    width: auto;
    max-width: 100%;
  }

  .lightbox-style1 {
    flex: 0 auto;
    min-width: 20px;
    min-height: 20px;
  }

  .pieces-style {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin-top: 20px;
    margin-left: 32px;
  }

  .container-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start center;
    align-self: center;
    align-items: center;
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .lightbox-style1-copy {
    flex: 0 auto;
    min-width: 20px;
    min-height: 20px;
  }

  .category-portfolio {
    background-size: 140%;
  }

  .category-portfolio:hover {
    background-size: 150%;
  }

  .lightbox-style-vase {
    flex: 0 auto;
    min-width: 20px;
    min-height: 20px;
  }

  .image-20 {
    max-height: 100px;
  }

  .fabienne-title-card {
    opacity: .93;
    text-align: center;
    mix-blend-mode: lighten;
    justify-content: flex-start;
    align-items: center;
    margin-top: -8px;
    margin-left: auto;
    font-size: 60px;
    line-height: 30px;
    display: block;
    position: absolute;
    top: 17.5%;
    left: auto;
  }

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

  .margin-bottom-24px-2 {
    width: auto;
    font-size: 12px;
  }

  .hero-subscribe-left {
    padding-top: 20px;
  }

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input-2 {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .text-block-4 {
    width: 80%;
    font-size: 12px;
  }

  .currriculum-title-card {
    text-align: center;
    align-self: flex-start;
    width: 100%;
    height: 100px;
    font-size: 60px;
    line-height: 30px;
    top: -1.5%;
    left: 0;
    right: 0;
  }

  .cv-formations {
    object-fit: fill;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .cv-heading1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    font-size: 32px;
    display: block;
  }

  .cv-heading3 {
    text-align: center;
    width: 100%;
    font-size: 12px;
  }

  .cv-heading4 {
    font-size: 10px;
  }

  .cv-heading-main {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
  }

  .experiences-title-card {
    font-size: 60px;
    line-height: 30px;
    inset: -.6% 0% 0%;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: block;
  }

  .cv-heading-main-stacked {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph {
    text-align: center;
    width: 100%;
  }

  .div-block-13 {
    margin-left: 0;
  }

  .cv-heading1-exp-de-trav {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    display: flex;
  }

  .column-3 {
    margin-top: 0;
    padding-right: 0;
  }

  .presse-title-card {
    text-shadow: 2px 7px 5px var(--text-black);
    font-size: 60px;
    line-height: 30px;
    top: -3%;
  }

  .hyperlink-presse {
    font-size: 10px;
    line-height: 12px;
  }

  .hyperlink-presse:hover {
    font-size: 11px;
  }

  .evenements-title-card {
    font-size: 60px;
    line-height: 30px;
    top: -6%;
  }

  .studio-title {
    font-size: 70px;
    position: absolute;
    inset: 19% 0% auto;
  }

  .background-video {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    left: 9px;
  }

  .paragraph-2 {
    width: 100%;
  }

  .image-23 {
    object-fit: cover;
    height: 100%;
  }

  .grid-ig {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: stretch center;
    margin-top: 10px;
    margin-bottom: 0;
    display: grid;
  }

  .text-block-5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-5:hover {
    line-height: 14px;
  }

  .image-25, .image-26 {
    object-fit: cover;
    height: 100%;
  }

  .contact-title {
    font-size: 70px;
    position: absolute;
    inset: 19% 0% auto;
  }

  .grid-ig-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: stretch center;
    margin-top: 250px;
    margin-bottom: 0;
    display: grid;
  }

  .category-portfolio-2 {
    background-size: 120%;
  }

  .category-portfolio-2:hover {
    background-size: 145%;
  }
}


