:root {
  --brand-colors--night-purple: #272033;
  --brand-colors--white-light: #f8f8f8;
  --brand-colors--pink-glo: #ed2387;
  --brand-colors--pink-glo-light: #f691c3;
  --brand-colors--warm-ivory: #faf5ea;
  --fonts--font-primary: Montserrat, sans-serif;
  --fonts--font-secondary: Spectral, sans-serif;
}

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

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

@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: var(--brand-colors--night-purple);
  overflow: visible;
}

.home {
  height: 100vh;
  display: block;
  overflow: hidden;
}

.haute-couture-florale {
  background-color: var(--brand-colors--white-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 15vh;
  padding-bottom: 10vh;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.nos-clients {
  background-color: #fff;
  height: 125vh;
  padding-top: 12vh;
  display: block;
}

.evenements {
  background-color: #fff;
  padding-bottom: 5vh;
  display: block;
}

.a-propos {
  background-color: #fff;
  flex-flow: column;
  height: 100vh;
  padding-bottom: 2vh;
  display: flex;
}

.contact {
  height: 100vh;
  display: block;
}

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

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

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

.maluna-logo-l {
  opacity: .89;
  max-width: 8vh;
  position: relative;
  inset: 0% auto auto 0%;
}

.home-maluna-logo-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.header-section {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10vw;
  display: block;
  position: sticky;
  top: 0;
}

.header-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  inset: 0;
}

.navigation-menu-wrap {
  background-color: #272033;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 7.5vh;
  padding-bottom: 10vh;
  display: flex;
  position: fixed;
  inset: -100% 0 0%;
}

.nav-contact {
  color: var(--brand-colors--pink-glo);
  text-align: center;
  letter-spacing: .2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
}

.nav-contact:hover {
  color: #fff;
}

.nav-contact.w--current {
  font-size: 1.35rem;
  line-height: 1.65rem;
}

.nav-contact.w--current:hover {
  color: var(--brand-colors--pink-glo);
}

.nav-contact.button-cta:hover {
  color: #ed2387;
}

.nav-contact.button-cta:active {
  color: #272033;
}

.menu-wrap {
  z-index: 10;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.menu-lottie-white {
  z-index: 10;
  cursor: pointer;
  mix-blend-mode: normal;
  height: 18px;
  position: relative;
}

.nav-menu-txt {
  color: #fff;
  letter-spacing: .0625rem;
  cursor: default;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.nav-menu-txt-wrap {
  z-index: 1500;
  padding-left: 1.25rem;
  position: relative;
}

.home-contact-wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.5vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-contact-tel-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-mobile-white {
  width: 20px;
}

.home-contact-email-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 1rem;
  display: flex;
}

.icon-email-white {
  width: 20px;
  margin-top: 2px;
}

.home-contact-mobile-txt, .home-contact-email-txt {
  color: #fff;
  letter-spacing: .04rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
}

.home-maluna-wordmark-wrap {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 20vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.maluna-wordmark-wrap {
  overflow: hidden;
}

.maluna-wordmark-purewhite {
  opacity: .89;
  height: 14vh;
  overflow: hidden;
}

.maluna-claim-wrap {
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 4vh;
  margin-top: 3vh;
  display: grid;
  overflow: hidden;
}

.maluna-claim-purewhite {
  opacity: .9;
  height: 3.25vh;
  position: absolute;
  overflow: hidden;
  transform: translate(0);
}

.hcf-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.nav {
  z-index: 100;
  background-color: #27203300;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 7vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.home-video-wrap {
  z-index: 1;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.home-maluna-video {
  filter: saturate(110%);
  width: 100vw;
  height: 100vh;
}

.hcf-intro-txt {
  color: #333;
  text-align: center;
  letter-spacing: .02rem;
  max-width: 800px;
  margin-top: 2vh;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.hcf-intro-txt-wrap {
  z-index: 15;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  display: block;
  position: relative;
}

.hcf-grid-wrap-desktop {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: grid;
}

.hcf-devantureflorale-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-4 {
  background-color: #da1717;
  height: 100vh;
}

.header-tel-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 0;
  align-items: stretch;
  display: flex;
}

.header-icon-tel {
  height: 1.125rem;
}

.header-tel-txt {
  color: #fff;
  letter-spacing: .04rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
}

.hcf-decorationnoel-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.hcf-df-txt-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.hcf-df-txt {
  color: #000;
  text-align: center;
  letter-spacing: .03rem;
  max-width: 750px;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 2rem;
}

.hcf-df-img-wrap {
  background-color: #d9d9d9;
  background-image: url('../images/image02654.jpeg');
  background-position: 50%;
  background-size: 120%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: block;
}

.hcf-dn-img-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: url('../images/DECORATION-NOEL-A-01.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
}

.hcf-dn-txt {
  color: #fff;
  text-align: center;
  letter-spacing: .03rem;
  max-width: 500px;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.hcf-dn-txt-wrap {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.btn-en-savoir-plus {
  color: #fff;
  text-align: center;
  letter-spacing: .06rem;
  background-color: #0000;
  border: 1.35px solid #fff;
  border-radius: 3px;
  margin-top: 3vh;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.btn-en-savoir-plus.df-ani {
  color: #000;
  border-color: #000;
  margin-top: 1vh;
}

.hcf-df-img-txt {
  color: #000;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.hcf-df-img-line {
  background-color: var(--brand-colors--pink-glo);
  width: 60px;
  height: 2px;
}

.hcf-dn-img-line {
  background-color: #ed2387;
  width: 60px;
  height: 2.25px;
}

.hcf-dn-img-txt {
  color: #fff;
  letter-spacing: .1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.home-maluna-video-gradient-down {
  z-index: 1;
  opacity: .75;
  background-image: linear-gradient(#fff0 62%, #000);
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hcf-claim-img {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: exclusion;
  background-clip: border-box;
  height: 6vh;
  margin-left: 40px;
  margin-right: 40px;
}

.hcf-claim-img-wrap {
  z-index: 16;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hcf-claim-line-left, .hcf-claim-line-right {
  background-color: #fff;
  width: 100%;
  height: 1.5px;
}

.evenements-img-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #d9d9d9;
  background-image: linear-gradient(#ed238733, #27203338), radial-gradient(circle, #0009, #fff0 51%), url('../images/image00727.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.evenements-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  height: 100vh;
  padding: 15vh 2vw 4rem;
  display: flex;
}

.evenements-img-txt {
  color: #fff;
  text-align: center;
  letter-spacing: .1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.evenements-img-line {
  background-color: var(--brand-colors--pink-glo);
  width: 60px;
  height: 2px;
}

.home-contact-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  margin-top: -5px;
  display: flex;
}

.evenements-txt-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.evenements-txt {
  color: #fff;
  text-align: center;
  letter-spacing: .02rem;
  width: 600px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.evenements-grid-wrap-desktop {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
}

.evenements-mariage-wrap, .evenements-deuil-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.evenements-mariage-img-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--brand-colors--pink-glo);
  background-image: radial-gradient(circle, #68686894, #fff0 54%), url('../images/4bc31f_67174eeb499642ccaf41ae46245daee7~mv2.webp');
  background-position: 0 0, 30% 40%;
  background-size: auto, 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 55vh;
  max-height: 65vh;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.evenements-deuil-img-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #d9d9d9;
  background-image: radial-gradient(circle, #8b7c5652, #0000 20%), url('../images/mon-ange-detail-xs.jpg');
  background-position: 0 0, 60% 80%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 55vh;
  max-height: 65vh;
  padding-top: 0;
  display: flex;
}

.evenements-mariage-txt-wrap {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.evenements-mariage-txt, .evenements-deuil-txt {
  color: #000;
  text-align: center;
  letter-spacing: .03rem;
  max-width: 500px;
  margin-top: 1rem;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.evenements-mariage-img-line {
  background-color: #fff;
  width: 25px;
  height: 3.5px;
}

.evenements-mariage-img-text {
  color: #fff;
  text-align: center;
  letter-spacing: .12rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.evenements-deuil-img-line {
  background-color: #fff;
  width: 25px;
  height: 3.5px;
}

.evenements-deuil-img-txt {
  color: #fff;
  text-align: center;
  letter-spacing: .12rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.nosclients-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.nosclients-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nosclients-header-txt {
  color: #000;
  text-align: center;
  letter-spacing: .02rem;
  margin-bottom: 5vh;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.53rem;
}

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

.nosclients-clients-desktop {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: center;
  align-items: center;
  display: flex;
}

.client {
  background-color: #d9d9d9;
  background-image: url('../images/mauboussin-01.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  min-width: 100px;
  max-width: 140px;
  height: 100%;
  min-height: 60px;
  max-height: 60px;
}

.nosclients-txt-wrap {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2vh;
  display: flex;
}

.nosclients-txt {
  color: #000;
  text-align: center;
  letter-spacing: .04rem;
  width: 90%;
  max-width: 1000px;
  margin-top: 1vh;
  font-family: Montserrat, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.nosclients-contact-line {
  background-color: var(--brand-colors--pink-glo);
  width: 25px;
  height: 3.5px;
  display: none;
}

.nosclients-contact-wrap {
  grid-column-gap: 1.5vh;
  grid-row-gap: 1.5vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 8vh;
  display: flex;
}

.nosclients-contact-txt {
  color: #000;
  text-align: center;
  letter-spacing: .03rem;
  max-width: 1200px;
  margin-top: 8vh;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  line-height: 1.75rem;
}

.nosclients-contact-txt.short {
  max-width: 600px;
}

.cta-nouscontacter {
  color: #000;
  text-align: center;
  letter-spacing: .06rem;
  background-color: #0000;
  border: 1.35px solid #000;
  border-radius: 3px;
  margin-top: 1rem;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.apropos-wrap {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 10vh 15vw 5vh;
  display: flex;
}

.apropos-img-wrap {
  background-color: #d9d9d9;
  background-image: url('../images/IMG_4332_01.jpg');
  background-position: 20% 40%;
  background-size: cover;
  width: 100%;
  max-width: 550px;
  height: 100%;
  max-height: 70vh;
}

.apropos-txt-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: -2vw;
  display: flex;
}

.apropos-txt-header-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.apropos-txt-header {
  color: #000;
  text-align: center;
  letter-spacing: .02rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.apropos-txt {
  color: #000;
  text-align: center;
  letter-spacing: .03rem;
  min-width: 485px;
  max-width: 485px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.apropos-cta-txt-cta {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.hcf-txt-cta-txt {
  color: #000;
  letter-spacing: .06rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.hcf-txt-cta-line {
  background-color: var(--brand-colors--pink-glo);
  width: 80px;
  height: 2.25px;
}

.contact-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  margin-left: 0;
  display: flex;
  position: absolute;
}

.footer {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1vh;
  margin-top: -1vh;
  display: flex;
}

.image {
  width: 30px;
  padding-top: 40px;
}

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

.footer-wrap {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 1vh;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.contact-wordmark-wrap, .contact-grid {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-wordmark-img {
  height: 14vh;
}

.contact-maluna-grid {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-claim-img {
  height: 3vh;
  margin-top: 48px;
}

.contact-horaires-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8rem;
  display: flex;
  position: static;
}

.contact-horaires-line {
  background-color: #fff;
  width: 62.5px;
  height: 1.25px;
}

.contact-horaires-txt {
  color: #fff;
  text-align: center;
  letter-spacing: .06px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

.contact-info-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 90vh;
  padding-bottom: 3rem;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
}

.contact-info-address-wrap {
  transform: translate(0);
}

.contact-info-tel-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-info-email-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
  transform: translate(0, -5px);
}

.contact-info-instagram-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contact-info-address {
  color: var(--brand-colors--pink-glo-light);
  letter-spacing: .06rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: block;
}

.contact-info-tel-icon-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-info-tel-icon {
  width: 18px;
}

.contact-info-tel--mobile-txt {
  color: var(--brand-colors--pink-glo-light);
  letter-spacing: .06rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
}

.contact-info-email-icon {
  width: 18px;
}

.contact-info-email-txt {
  color: var(--brand-colors--pink-glo-light);
  letter-spacing: .06rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
}

.contact-info-instagram-icon-pink {
  width: 20px;
  margin-left: 0;
  margin-right: 20px;
}

.footer-txt-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.maluna-design-txt {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.footer-txt-line {
  z-index: 150;
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  height: 20px;
  display: block;
  position: relative;
}

.maluna-design-impressum {
  color: var(--brand-colors--pink-glo);
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
}

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

.evenements-grid-wrap-tablet-mobile {
  display: none;
}

.apropos-img-div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: 100%;
  max-height: 900px;
  display: flex;
}

.apropos-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  display: flex;
}

.nosclients-img-wrap {
  min-width: 3vh;
  max-width: 5vh;
  margin-bottom: 2vh;
}

.nav--lottie-wrap {
  z-index: 1000;
  position: relative;
}

.contact-logo {
  color: var(--brand-colors--pink-glo);
  width: 620px;
}

.contact-logo-wrap {
  opacity: .7;
  justify-content: center;
  align-items: center;
  margin-top: -20%;
  display: flex;
  transform: translate(0, 55%);
}

.contact-info-wrap {
  z-index: 50;
  grid-column-gap: 3vw;
  grid-row-gap: 5rem;
  grid-template-rows: auto 2rem 0 1.5rem auto auto;
  grid-template-columns: minmax(200px, 1fr) 1.5fr 1fr 1fr 1fr minmax(200px, 1fr);
  grid-auto-columns: minmax(200px, 1fr);
  justify-content: start;
  place-items: stretch start;
  width: 100%;
  height: 50vh;
  padding-top: 3rem;
  padding-left: 2vw;
  padding-right: 2vw;
  display: grid;
  position: absolute;
}

.decoration-noel {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.devanture-florale {
  background-color: #fff;
  padding-top: 3vh;
  padding-left: 2vw;
  padding-right: 2vw;
}

.home-maluna-video-gradient-up {
  z-index: 1;
  opacity: .5;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#000, #454545 0%, #d8d8d8 46%, #fff 75%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.image-info-tel-icon {
  width: 20px;
}

.btn-evenement-en-savoir-plus-mariage {
  color: #000;
  background-color: #fff0;
  border: 1.35px solid #000;
  border-radius: 3px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.comtact-info-adress-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-info-icon-home {
  width: 18px;
  padding-top: 5px;
}

.contact-logo-img {
  filter: blur(0.8%);
  flex: 0 auto;
  max-width: 7vh;
}

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

.image-4 {
  max-height: 100%;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  display: flex;
}

.div-block-10 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.contact-info-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 30%;
  display: flex;
  transform: translate(0, 10vh);
}

.image-5 {
  height: 3vh;
}

.contact-img-logo {
  width: 100vw;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-home-txt {
  z-index: 10;
  color: var(--brand-colors--pink-glo);
  text-align: left;
  letter-spacing: .02rem;
  width: 200px;
  font-family: Montserrat, sans-serif;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.3rem;
  position: static;
}

.div-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-2 {
  color: #fff;
  letter-spacing: .02rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-14 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-home-txt-div {
  max-width: 200px;
  padding-right: 2vw;
}

.nfold-logo {
  width: 20px;
}

.text-span {
  color: var(--brand-colors--pink-glo);
  font-weight: 600;
}

.maluna-footer-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nfold-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nfold-typo {
  width: 44px;
}

.contact-gradient-wrap {
  background-image: linear-gradient(0deg, var(--brand-colors--night-purple) 4%, #27203300 41%);
  opacity: 1;
  mix-blend-mode: darken;
  width: 100%;
  height: 100%;
  position: absolute;
}

.instagram-txt {
  color: var(--brand-colors--pink-glo);
  letter-spacing: .04rem;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.text-block-4 {
  color: var(--brand-colors--pink-glo);
  letter-spacing: .06rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.contact-info-instagram-div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-9 {
  width: 250px;
}

.contact-logo-img-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

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

.link-block {
  z-index: 10;
  text-decoration: none;
  position: relative;
}

.nav-menu-grid {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-hcf {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--brand-colors--pink-glo);
  text-align: center;
  letter-spacing: .2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.nav-hcf:hover {
  color: #fff;
}

.nav-sub-item {
  color: #f691c3;
  text-align: left;
  letter-spacing: .1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.nav-sub-item:hover {
  color: var(--brand-colors--pink-glo);
}

.nav-evenements {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--brand-colors--pink-glo);
  text-align: left;
  letter-spacing: .1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.nav-evenements:hover {
  color: #fff;
}

.nav-evenements.cta-contact {
  font-size: 1.25rem;
  font-weight: 500;
}

.nav-evenements.cta-contact.w--current {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
}

.nav-apropos {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  color: #ef89bf;
  letter-spacing: .1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
}

.nav-apropos:hover {
  color: var(--brand-colors--pink-glo);
}

.nav-logo-img {
  min-width: 60px;
  max-width: 80px;
  position: relative;
}

.nav-logo-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  bottom: 0;
}

.nav-logo-home.w--current {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.hcf-dn-div {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(225deg, #ed23871f, #2720330d), radial-gradient(circle, #7d1448ad, #b1226d40 59%, #27203366 82%, #27203340);
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hcf-df-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  filter: contrast(150%);
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-top: 5vh;
  display: flex;
}

.evenements-txt-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  display: flex;
}

.nav-menu-logo {
  z-index: 199;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
  position: relative;
}

.nav-split-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.split-grid-contact {
  width: 50%;
  height: 80%;
}

.div-block-26 {
  width: 50%;
}

.nav-apropos-item {
  color: var(--brand-colors--pink-glo);
}

.nav-apropos-item.w--current {
  color: var(--brand-colors--pink-glo);
  letter-spacing: .3rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
}

.nav-apropos-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-nosclients {
  color: #e889bf;
  text-decoration: none;
}

.nav-nosclients:hover {
  color: var(--brand-colors--pink-glo);
}

.nav-menu-line {
  background-color: var(--brand-colors--pink-glo);
  width: 1.25px;
  min-width: 1.25px;
  max-width: 2px;
  height: 60px;
}

.nav-contact-b {
  text-decoration: none;
}

.btn-evenement-en-savoir-plus-deuil {
  color: #000;
  background-color: #0000;
  border: 1.35px solid #000;
  border-radius: 3px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.contact-hcf-img {
  text-align: left;
  height: 2vh;
  position: static;
}

.contact-header-wrap {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  display: flex;
}

.maluna-claim-ed2387 {
  opacity: .9;
  height: 3.25vh;
  position: absolute;
}

.df-line-vertical {
  background-color: var(--brand-colors--pink-glo);
  width: 5px;
  height: 100px;
}

.dn-line-vertical {
  background-color: var(--brand-colors--pink-glo);
  width: 5px;
  height: 100px;
  margin-bottom: 5vh;
  text-decoration: none;
}

.pink-arrow-down-df {
  height: 1rem;
}

.pink-arrow-dn-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5vh;
  display: flex;
  position: absolute;
}

.next-dn-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.next-dn-link.w--current {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: static;
}

.hcf-dn-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 15vh;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  overflow: hidden;
}

.pink-arrow-dn {
  height: 1rem;
}

.pink-arrow-df-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10vh;
  margin-top: 4rem;
  display: flex;
}

.next-even-link {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 5vh;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.next-even-link.w--current {
  margin-top: 0;
  padding-bottom: 4rem;
  position: static;
  transform: translate(0);
}

.next-even-link.nos-lcients {
  transform: translate(0, 5vh);
}

.section {
  background-color: var(--brand-colors--night-purple);
  height: 1rem;
}

.text-span-2 {
  color: var(--brand-colors--pink-glo-light);
}

.even-mariage-link {
  width: 100%;
  text-decoration: none;
}

.even-mariage-link.w--current {
  text-decoration: none;
}

.even-deuil-link {
  width: 100%;
  text-decoration: none;
}

.next-even-section {
  width: 100%;
  transform: translate(0, -10vh);
}

.hcf-logo-img-wrap {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.lottie-animation {
  opacity: 1;
}

.hcf-logo-img {
  opacity: .15;
}

.instagram-icons {
  cursor: pointer;
}

.contact-info-instagram-icon-white {
  width: 20px;
  position: relative;
  left: -40px;
}

.background-video {
  opacity: .8;
  filter: contrast(125%);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  background-clip: border-box;
  width: 45%;
  height: 45vh;
  transform: translate(0, 10vh);
}

.div-block-27 {
  z-index: 250;
  opacity: .58;
  mix-blend-mode: hard-light;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.apropos-cta-txt {
  color: #000;
  letter-spacing: .06rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.apropos-cta-line {
  background-color: var(--brand-colors--pink-glo);
  width: 80px;
  height: 2.25px;
}

.hcf-cta-txt {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.contact-footer {
  height: 100%;
  position: relative;
  inset: auto 0% 0;
}

.contact-div {
  width: 200px;
  margin-top: 10px;
}

.hcf-header-wrap {
  width: 100%;
  margin-top: 10vh;
  padding-bottom: 3vh;
  padding-left: 30vw;
  padding-right: 30vw;
}

.hcf-json {
  filter: contrast(125%);
  mix-blend-mode: multiply;
  width: 704px;
  height: 461px;
}

.hcf-json-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-top: -4vh;
  display: flex;
  position: static;
  top: 1162.5px;
  overflow: visible;
}

.evenements-link-wrap {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.evenements-link-wrap.w--current {
  text-decoration: none;
}

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

.nav-menu-wrap-contact {
  color: var(--brand-colors--pink-glo);
  letter-spacing: .1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.nav-menu-wrap-contact:hover {
  color: #fff;
}

.nav-menu-wrap-contact.w--current {
  color: var(--brand-colors--pink-glo);
  letter-spacing: .1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.image-10, .contact-branding-mobile-wrap {
  display: none;
}

.evenements-select {
  height: 80vh;
}

.div-block-29 {
  width: 1px;
}

.footer-divider {
  background-color: var(--brand-colors--pink-glo);
  width: 1px;
  height: 15px;
}

.body-dn {
  background-color: #272033;
}

.footer-noel {
  height: 100vh;
}

.home-noel {
  opacity: 1;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.image-12 {
  width: 100%;
}

.home-noel-img-wrap {
  background-image: linear-gradient(225deg, #ed2387b5, #ed23878c 21%, #0000 86%, #0000), radial-gradient(circle, #000000ab, #0000 44%), url('../images/image04077_edit_100.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  width: 100%;
  height: 60vh;
}

.home-noel-header-txt {
  letter-spacing: .15rem;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  line-height: 3rem;
  display: block;
}

.home-noel-header-div {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.home-noel-line {
  background-color: var(--brand-colors--pink-glo);
  width: 100px;
  height: 2px;
}

.home-noel-txt-wrap {
  flex-flow: column;
  margin-top: 2vh;
  display: flex;
}

.home-noel-txt-div {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.div-block-34 {
  width: 30%;
  display: none;
}

.home-noel-txt {
  letter-spacing: .01rem;
  max-width: 875px;
  padding: 3vh 4vw 2vh;
  font-family: Montserrat, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 2rem;
}

.daury-cas {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-flow: column;
  padding-bottom: 0;
  display: block;
}

.daury-img-wrap {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10vw;
  padding-right: 10vw;
  display: block;
}

.daury-wrap {
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: block;
}

.daury-img-02-fixed {
  width: 40%;
}

.daury-img-01, .image-15 {
  width: 100%;
}

.daury-img-fixed {
  background-image: url('../images/image04077_01.jpg');
  background-position: 0 30%;
  background-size: 100%;
  background-attachment: fixed;
  width: 100%;
  height: 800px;
}

.mauboussin-cas {
  background-color: var(--brand-colors--white-light);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 100%;
  padding-bottom: 15vh;
}

.div-block-39 {
  width: 50%;
}

.daury-img-03-wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: block;
  position: relative;
  overflow: clip;
}

.daury-img-03 {
  width: 100%;
}

.daury-cas-wrap {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 8vh;
  padding-left: 6vw;
  display: flex;
}

.daury-div-10vh {
  height: 10vh;
}

.div-block-43 {
  background-color: #fff;
  width: 50%;
}

.daury-cas-txt-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.daury-cas-sketch-img {
  border-radius: 40px;
  width: 350px;
  max-width: 80%;
  display: block;
}

.text-block-5 {
  max-width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-block-6 {
  color: #000;
  letter-spacing: .01rem;
  max-width: 300px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.text-block-7 {
  max-width: 200px;
}

.daury-cas-txt-wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 100%;
  padding-top: 4vh;
  padding-left: 5vw;
  display: flex;
}

.hcf-overview {
  opacity: 0;
  background-color: #f8f8f8;
  height: 100vh;
  padding: 6vh 7vw 12vh;
}

.hcf-df-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hcf-df-frame {
  background-color: var(--brand-colors--white-light);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/image00705.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hcf-dn-frame {
  background-color: var(--brand-colors--pink-glo-light);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/image04077_01.jpg');
  background-position: 0 0, 0 20%;
  background-size: auto, 200%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hcf-even-frame {
  background-color: var(--brand-colors--pink-glo);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/image00727.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hcf-df-txt-block {
  color: var(--brand-colors--white-light);
  text-align: left;
  letter-spacing: .1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.85rem;
  font-weight: 500;
}

.hcf-dn-txt-block, .hcf-even-txt-block {
  color: var(--brand-colors--white-light);
  letter-spacing: .1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.85rem;
  font-weight: 500;
}

.hcf-df-txt-flex, .hcf-dn-flex, .hcf-even-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
}

.df-gallery-preview {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #f8f8f8;
  height: 30vh;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
}

.div-block-50 {
  background-image: url('../images/image00459.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  width: 25%;
}

.div-block-51 {
  background-image: url('../images/image02667.jpg');
  background-position: 50%;
  background-size: cover;
  width: 25%;
}

.div-block-52 {
  background-image: url('../images/image00706.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 25%;
}

.div-block-53 {
  background-image: url('../images/image00720.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 25%;
}

.div-block-54 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mauboussin-img-01-fixed {
  background-image: url('../images/image03344.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 50vh;
}

.mauboussin-img-02 {
  background-image: url('../images/image03345_01.jpg');
  background-position: 50%;
  background-size: auto 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: block;
  position: static;
}

.div-block-57 {
  background-image: url('../images/image03345.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 50%;
}

.mauboussin-cas-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--brand-colors--white-light);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 8vh 10vw;
  display: flex;
}

.mauboussin-cas-div {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30vw;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.mauboussin-cas-images-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.div-block-61 {
  width: 50%;
  display: none;
}

.div-block-62 {
  flex: none;
  width: 20%;
  display: none;
}

.mauboussin-img-04 {
  flex: none;
  max-height: 500px;
}

.mauboussin-images-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.mauboussin-cas-txt-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 40%;
  height: 100%;
  padding-top: 4vh;
  padding-left: 3vw;
  display: flex;
}

.mauboussin-cas-txt-03 {
  max-width: 520px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mauboussin-cas-txt-02 {
  max-width: 400px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.charlemagne-cas {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10vh 10vw 8vh;
  display: flex;
}

.charlemagne-image-fixed {
  background-image: url('../images/image04912.jpg');
  background-position: 0 100%;
  background-size: contain;
  background-attachment: fixed;
  width: 80%;
  max-width: 650px;
  height: 100vh;
}

.charlemagne-cas-wrap {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.charlemagne-cas-div {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.div-block-68 {
  width: 30%;
}

.charlemagne-cas-txt-02 {
  max-width: 350px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.charlemagne-cas-txt-03 {
  max-width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.charlemagne-cas-txt-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 2vh;
  padding-left: 2vw;
  display: flex;
}

.charlemagne-cas-txt-flex {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: row;
  padding-top: 0;
  display: flex;
}

.div-block-71 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.charlemagne-cas-txt-01 {
  padding-top: 1rem;
}

.charlemagne-img-02-div {
  background-image: url('../images/image04091.jpg');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
}

.dn-gallery-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 2vh;
  padding-bottom: 8vh;
  display: block;
}

.dn-gallery-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dn-cta-contact-wrap {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20vh;
  padding-bottom: 8vh;
  display: flex;
}

.dn-cta-maluna-logo-svg {
  width: 90px;
}

.body-df {
  background-color: var(--brand-colors--night-purple);
}

.daury-cas-sketch-wrap {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.mauboussin-img-03 {
  max-height: 800px;
}

.home-noel-maluna-logo-svg {
  width: 90px;
  margin-top: 8vh;
  position: absolute;
  top: 0;
}

.home-df {
  opacity: 1;
  height: 100vh;
}

.home-df-txt-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-image: linear-gradient(0deg, #ed238787, #ed238700), radial-gradient(circle, #00000021, #0000), url('../images/image02092_edit_100.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.home-df-txt {
  color: #fff;
  text-align: center;
  letter-spacing: .15rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

.home-df-txt-line {
  background-color: var(--brand-colors--pink-glo);
  width: 100px;
  height: 2px;
}

.home-df-logo {
  width: 90px;
}

.home-df-logo-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 8vh;
  display: flex;
  position: absolute;
  top: 0;
}

.footer-df {
  height: 100vh;
}

.section-divider-10vh-01 {
  background-color: #fff;
  height: 20vh;
}

.home-df-intro-txt {
  color: #fff;
  text-align: center;
  letter-spacing: .01rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  padding: 3vh 4vw 2vh;
  font-family: Montserrat, sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 2rem;
  display: block;
}

.home-df-intro-txt-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.df-cas-01-wrap {
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
}

.df-cas-divider-01 {
  height: 10vh;
}

.df-cas-signature-img-fixed-01 {
  background-image: url('../images/image00714_fixed_01.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 800px;
}

.df-cas-signature-wrap {
  background-color: var(--brand-colors--white-light);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 6vw;
  padding-right: 10vw;
  display: flex;
}

.df-cas-signature-txt-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 50%;
  height: 100%;
  padding-top: 4vh;
  padding-left: 5vw;
  display: flex;
}

.df-cas-signature-txt-01 {
  text-align: left;
}

.df-cas-signature-txt-02 {
  max-width: 300px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.df-cas-signature-txt-03 {
  max-width: 450px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.df-cas-signature-section {
  background-color: var(--brand-colors--white-light);
  padding-top: 2rem;
}

.df-cas-signature-img-01-div {
  height: 100%;
}

.div-block-81 {
  background-color: var(--brand-colors--white-light);
  height: 10vh;
  display: none;
}

.df-cas-signature-img-wrap {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 6vw;
  display: flex;
}

.df-cas-signature-left-img-top {
  background-image: url('../images/image00708_01.jpg');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  height: 30%;
  margin-top: 8vh;
}

.df-cas-signature-right-img-div {
  padding: 8vh 4vw 4vh;
}

.df-cas-signature-left-img-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.df-cas-signature-left-img-btm {
  background-image: url('../images/image00714_fixed_01.jpg');
  background-position: 50% 100%;
  background-size: auto;
  width: 100%;
  height: 50%;
}

.df-cas-lechantilly-section {
  background-color: var(--brand-colors--white-light);
  height: auto;
  padding-top: 20vh;
  padding-bottom: 10vh;
}

.image-24 {
  width: 100%;
}

.df-cas-lechantilly-img-02-div {
  filter: saturate(125%);
  background-image: url('../images/image00281_01.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

.df-cas-lechantilly-img-02-wrap {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  width: 100%;
  height: 80vh;
  padding: 4vh 4vw 4vh 6vw;
  display: flex;
}

.div-block-89 {
  background-image: url('../images/image00282.jpg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 20%;
}

.df-cas-lechantilly-img-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 6vw;
  padding-right: 6vw;
  display: none;
}

.df-cas-lechantilly-img-fixed-01 {
  background-image: url('../images/image00283.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 50vh;
  margin-bottom: 4vh;
}

.df-cas-lechantilly-txt-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  margin-left: 2vw;
  padding-top: 2vh;
  display: flex;
}

.df-cas-lechantilly-img-05-div {
  background-image: url('../images/image00282_01.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  height: 40vh;
  display: flex;
  overflow: hidden;
}

.df-cas-lechantilly-img-04-wrap {
  width: 50%;
  display: block;
}

.image-25 {
  width: 100%;
}

.df-cas-lechantilly-txt-02 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.df-cas-lechantilly-txt-03 {
  max-width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.df-cas-lechantilly-wrap {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2vh 6vw 8vh;
  display: flex;
}

.df-cas-lechanitlly-img-03-div {
  background-image: url('../images/image00283.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex: 1;
  width: 60%;
  height: 60vh;
}

.df-la-maroquinerie-img-01-fixed {
  flex-flow: column;
  display: flex;
}

.div-block-91 {
  padding-top: 50%;
}

.div-block-92 {
  width: 20%;
  height: 100%;
  display: flex;
}

.div-block-93 {
  background-image: url('../images/image01132.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 500px;
}

.df-la-maroquinerie-img-01 {
  background-image: url('../images/image01133.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  height: 50vh;
}

.df-la-maroquinerie-section {
  background-color: #fff;
  padding-bottom: 10vh;
}

.df-la-maroquinerie-wrap {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4vh;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.df-la-maroquinerie-img-02-div {
  width: 50%;
}

.df-la-maroquinerie-txt-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 5vh;
  padding-left: 1vw;
  padding-right: 6vw;
  display: flex;
}

.df-la-maroquinerie-txt-02 {
  max-width: 350px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.df-la-maroquinerie-txt-03 {
  max-width: 450px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.div-block-98 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-right: 6vw;
  display: none;
}

.div-block-99 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.df-la-maroquinerie-txt-wrap {
  flex-flow: column;
  width: 40%;
  display: flex;
}

.df-nouscontacter {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 8vh;
  display: flex;
}

.df-la-maroquinerie-img-03-div {
  background-image: url('../images/image01131.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 70vh;
  line-height: 20px;
}

.df-la-maroquinerie-txt-div {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: column;
  display: flex;
}

.df-la-maroquinerie-img-02 {
  width: 100%;
}

.div-block-104 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-right: 6vw;
  display: flex;
}

.image-28 {
  width: 40%;
}

.df-overview-lightbox-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 6vw;
  display: flex;
}

.df-overview {
  padding-top: 2vh;
  padding-bottom: 8vh;
}

.body-evenements {
  background-color: var(--brand-colors--night-purple);
}

.home-even {
  background-color: var(--brand-colors--white-light);
  height: 100vh;
}

.even-header-txt-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: radial-gradient(circle, #00000045, #0000), linear-gradient(270deg, #ed238740, #0000), url('../images/image00727_edit_100.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
}

.even-header-line {
  background-color: var(--brand-colors--pink-glo);
  width: 100px;
  height: 2px;
}

.even-header-txt {
  color: #fff;
  letter-spacing: .15rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

.even-logo-flex {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 8vh;
  display: flex;
  position: absolute;
}

.even-header-logo {
  width: 90px;
}

.even-subheader-txt {
  text-align: center;
  max-width: 800px;
  padding-top: 4vh;
  font-family: Montserrat, sans-serif;
  font-size: 1.35rem;
  line-height: 2rem;
}

.even-subheader-txt-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.even-cas-01-section {
  background-color: var(--brand-colors--white-light);
}

.even-cas-01-img-div {
  width: 100%;
}

.even-cas-01-img {
  background-color: var(--brand-colors--white-light);
  padding-left: 10vw;
  padding-right: 10vw;
}

.even-cas-01-section-02 {
  background-color: var(--brand-colors--white-light);
}

.even-cas-01-txt {
  color: #a4a4a4;
  text-align: center;
  max-width: 95%;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.even-cas-01-txt-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 5rem 20vw 10rem;
  display: block;
}

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

.even-cas-01-img-02-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 10vw;
  display: flex;
}

.even-cas-01-flex {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 15vh;
  display: flex;
}

.even-cas-01-txt-02-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4vh;
  padding-left: 5vw;
  padding-right: 10vw;
  display: block;
}

.text-block-16 {
  font-family: Montserrat, sans-serif;
}

.even-cas-01-txt-02 {
  color: #000;
  text-align: left;
  letter-spacing: .03rem;
  max-width: 450px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.even-cas-01-img-02 {
  background-image: linear-gradient(#1a021b33, #fff0), url('../images/image00727.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 80vh;
}

.even-contact-img-fixed-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.even-contact-img-div {
  background-image: url('../images/image00006_01.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 80vh;
}

.even-cas-01-txt-02-header {
  text-align: left;
  max-width: 450px;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  display: block;
}

.div-block-117 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-31 {
  flex: 1;
}

.div-block-118 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 25%;
  display: flex;
}

.text-block-19 {
  color: #fff;
  text-align: center;
  letter-spacing: .03rem;
  max-width: 575px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.nosclients-contact-line-2 {
  background-color: #ed2387;
  width: 25px;
  height: 3.5px;
  display: none;
}

.even-contact-nous-section {
  background-color: #fff;
}

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

.div-block-120 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.body-a-propos {
  background-color: var(--brand-colors--night-purple);
}

.div-block-121 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  display: block;
}

.div-block-122 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: static;
}

.text-block-20 {
  color: var(--brand-colors--white-light);
  text-align: center;
  letter-spacing: .02rem;
  max-width: 750px;
  padding-top: 10vh;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.div-block-123 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(0deg, #272033c4, #ed2387a3 31%, #ed238780 77%, #27203373), url('../images/image00280_01.jpg.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  flex-flow: column;
  width: 100%;
  height: 100vh;
  display: block;
}

.image-32 {
  width: 30vw;
}

.div-block-124 {
  padding-top: 6vh;
}

.apropos-gallery-wrap {
  background-color: var(--brand-colors--night-purple);
  flex-flow: column;
  display: block;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 400;
}

.button {
  z-index: 13;
  letter-spacing: .06rem;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: 4vh;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  position: relative;
}

.div-block-125 {
  background-image: url('../images/image00456_01.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.image-33 {
  width: 500px;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  max-width: 450px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.div-block-126 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.apropos-footer {
  background-color: var(--brand-colors--night-purple);
}

.apropos-laboutique-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2vh 2vw 8vh;
  display: flex;
}

.div-block-128 {
  background-color: var(--brand-colors--night-purple);
  width: 100%;
  height: 1vh;
}

.apropos-link-wrap {
  text-decoration: none;
}

.image-34 {
  z-index: 12;
  opacity: 1;
  filter: blur(1px);
  width: 120px;
  position: static;
}

.even-contact-nous-div {
  width: 100%;
  height: 10vh;
}

.logo-28 {
  filter: invert();
  width: 100px;
}

.hcf-df-link {
  flex-flow: column;
  width: 33.3%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.hcf-dn-link, .hcf-even-link {
  width: 33.3%;
  height: 100%;
  text-decoration: none;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.hcf-df-line, .hcf-dn-line, .hcf-even-line {
  background-color: var(--brand-colors--pink-glo);
  opacity: 0;
  width: 80px;
  height: 2.5px;
  margin-top: 15px;
}

.home-apropos {
  background-color: var(--brand-colors--night-purple);
}

.preloader {
  z-index: 999999;
  background-color: var(--brand-colors--night-purple);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.text-block-22 {
  color: var(--brand-colors--pink-glo);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: none;
}

.code-embed {
  position: fixed;
  inset: 0%;
}

.preloader-json {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  display: block;
}

.section-14 {
  background-color: #fdfdfd;
  height: 100vh;
}

.div-block-129 {
  background-image: url('../images/maluna_tribu_1623784385_2596814100499801736_3005076636.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
}

.div-block-130 {
  width: 100%;
  height: 100%;
  padding: 2rem 10vw 20vh;
}

.div-block-131 {
  background-color: var(--brand-colors--pink-glo);
  width: 40px;
  height: 2px;
}

.text-block-23 {
  color: var(--brand-colors--white-light);
  letter-spacing: .02rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.div-block-132 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--brand-colors--white-light);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 4vh 2vw 2vh;
  display: flex;
}

.lightbox-link-2 {
  display: none;
}

.mariage-section {
  background-color: var(--brand-colors--warm-ivory);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-133 {
  background-image: url('../images/maluna_tribu_1623784385_2596814100499801736_3005076636.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 60%;
  margin-left: 2vw;
  margin-right: 2vw;
}

.div-block-134 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 40%;
  display: flex;
}

.text-block-24 {
  color: #333;
  text-align: center;
  letter-spacing: .02rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.div-block-135 {
  background-color: var(--brand-colors--pink-glo);
  width: 40px;
  height: 2px;
}

.text-block-25 {
  text-align: center;
  max-width: 575px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
}

.mariage-gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--brand-colors--white-light);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 2vh 4vw 20vh;
  display: flex;
}

.even-gallery-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 3vh 1vw 10vh;
  display: flex;
}

.lightbox-link-3 {
  display: none;
}

.section-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
}

.text-block-26 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: var(--brand-colors--pink-glo);
  font-weight: 500;
}

.apropos-la-boutique-txt {
  color: var(--brand-colors--pink-glo);
  text-align: center;
  letter-spacing: .04rem;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.apropos-la-boutique-gallery {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.apropos-la-mascotte-txt {
  color: var(--brand-colors--pink-glo);
  text-align: center;
  letter-spacing: .04em;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.apropos-la-creatise-txt {
  color: var(--brand-colors--pink-glo);
  text-align: center;
  letter-spacing: .04rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.apropos-lacreatise-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.apropos-lamascotte-flex {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5vh;
  display: flex;
}

.apropos-la-boutique-txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 2vh;
  display: flex;
}

.apropos-la-creatise-txt-div, .apropos-la-mascotte-txt-div {
  padding-top: 5vh;
  padding-bottom: 3vh;
}

.instagram-link-wrap {
  text-decoration: none;
}

.logo-01 {
  width: 50px;
}

.logo-01.mobile, .logo-02, .logo-02.mobile, .logo-03, .logo-03.mobile, .logo-04, .logo-05, .logo-06, .logo-07, .logo-08, .logo-09, .logo-11, .logo-12, .logo-13, .logo-14, .logo-15, .logo-16, .logo-17, .logo-18, .logo-19, .logo-20, .logo-21, .logo-22, .logo-23, .logo-24, .logo-25, .logo-26, .logo-27, .logo-10, .logo-01-d {
  width: 100px;
}

.body-impressum {
  background-color: var(--brand-colors--night-purple);
}

.impressum-txt {
  color: var(--brand-colors--pink-glo);
  text-align: center;
  width: 80%;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.impressum-div {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-136 {
  width: 90px;
  margin-bottom: 50px;
}

.text-span-6, .text-span-7 {
  color: var(--brand-colors--white-light);
}

.home-maluna-claim-mobile {
  display: none;
}

.apropos-la-boutique-para {
  color: var(--brand-colors--white-light);
  text-align: center;
  letter-spacing: .04rem;
  max-width: 450px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.35rem;
}

.apropos-lequipe-txt-div {
  padding-top: 5vh;
  padding-bottom: 3vh;
}

.apropos-lequipe-txt {
  color: var(--brand-colors--pink-glo);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.apropos-lequipe-img-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.apropos-lequipe-img-01 {
  width: 50%;
}

.apropos-lequipe-amelie-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.apropos-lequipe-amelie-img {
  width: 50%;
  padding-top: 4vh;
}

.apropos-lequipe-amelie-paragraph {
  color: var(--brand-colors--white-light);
  text-align: center;
  max-width: 600px;
  padding-top: 2vh;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35rem;
}

.apropos-rose-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2vh;
  display: flex;
}

.apropos-rose-img {
  width: 50%;
  max-width: 100%;
}

.image-39 {
  max-width: 50%;
}

.apropos-lamascotte-happy {
  width: 50%;
  max-width: 100%;
  padding-bottom: 4vh;
}

@media screen and (max-width: 991px) {
  .nos-clients {
    height: 150vh;
    padding-top: 20vh;
  }

  .contact {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100vh;
    display: flex;
  }

  .maluna-logo-l {
    width: 5rem;
  }

  .home-maluna-logo-wrap {
    margin-top: 4vh;
  }

  .header-section {
    padding-right: 6vw;
  }

  .header-container {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-menu-wrap {
    justify-content: center;
    align-items: center;
    top: -100%;
  }

  .menu-wrap {
    width: 18px;
    height: 16px;
  }

  .nav-menu-txt {
    display: none;
  }

  .nav-menu-txt-wrap {
    padding-left: 0;
  }

  .home-contact-wrap {
    width: 300px;
    padding-left: 6vw;
    display: none;
  }

  .icon-mobile-white {
    width: 23px;
  }

  .home-contact-email-wrap {
    display: none;
  }

  .icon-email-white {
    width: 20px;
  }

  .home-contact-mobile-txt {
    display: none;
  }

  .home-contact-email-txt {
    display: block;
  }

  .home-maluna-wordmark-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .maluna-wordmark-purewhite {
    height: 80px;
    max-height: 10vh;
  }

  .maluna-claim-purewhite {
    height: 3vh;
    margin-top: -80px;
  }

  .hcf-wrap {
    height: auto;
  }

  .nav {
    z-index: 1000;
    padding-right: 8vw;
  }

  .hcf-intro-txt {
    max-width: 600px;
    margin-top: 3vh;
    font-size: 1.15rem;
    line-height: 2rem;
  }

  .hcf-grid-wrap-desktop {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: stretch center;
    display: none;
  }

  .hcf-devantureflorale-wrap {
    justify-content: space-between;
    align-items: center;
    height: 80vh;
    margin-top: 4rem;
    padding-top: 5vh;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .hcf-df-txt {
    max-width: 450px;
    margin-top: 2vh;
    font-size: 1.2rem;
    line-height: 1.75rem;
  }

  .hcf-df-img-wrap {
    background-position: 80%;
    background-size: 150%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 70vh;
    display: flex;
  }

  .hcf-dn-img-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-position: 50%;
    background-size: cover;
    height: 70vh;
  }

  .hcf-dn-txt {
    margin-top: 2vh;
    font-size: 1.2rem;
    line-height: 1.75rem;
  }

  .btn-en-savoir-plus {
    z-index: 200;
    opacity: 1;
    color: #000;
    border-color: #000;
    margin-top: 0;
    margin-bottom: 15vh;
    position: static;
  }

  .btn-en-savoir-plus.dn-ani {
    color: #fff;
    border-color: #fff;
    margin-top: 2vh;
  }

  .btn-en-savoir-plus.df-ani {
    margin-top: 2vh;
  }

  .hcf-df-img-line, .hcf-dn-img-line {
    min-height: 2.25px;
  }

  .hcf-claim-img {
    min-width: 600px;
    height: 3.5vh;
    min-height: 50px;
  }

  .evenements-img-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-size: auto, auto, 160%;
    height: 60vh;
  }

  .evenements-wrap {
    height: auto;
    padding: 10vh 5vw 5vh;
  }

  .evenements-txt-wrap {
    margin-top: 2.5vh;
    margin-bottom: 5vh;
  }

  .evenements-txt {
    width: 400px;
    font-size: 1.2rem;
    line-height: 1.75rem;
  }

  .evenements-grid-wrap-desktop {
    display: none;
  }

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

  .nosclients-wrap {
    height: auto;
    padding-top: 15vh;
    padding-bottom: 15vh;
    overflow: visible;
  }

  .nosclients-header {
    justify-content: center;
    align-items: center;
  }

  .nosclients-contact-wrap {
    grid-column-gap: 1.75vh;
    grid-row-gap: 1.75vh;
  }

  .cta-nouscontacter {
    align-self: auto;
    display: block;
  }

  .apropos-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    height: auto;
    padding: 4vh 5vw 10vh;
  }

  .apropos-img-wrap {
    background-position: 50% 0;
    background-size: 100%;
    order: 0;
    align-self: flex-start;
    max-width: 700px;
    height: 60vh;
    position: static;
  }

  .apropos-txt-wrap {
    order: 0;
    margin-left: 0;
  }

  .apropos-cta-txt-cta {
    margin-top: 3rem;
  }

  .hcf-txt-cta-txt {
    font-size: 1.1rem;
  }

  .hcf-txt-cta-line {
    width: 60px;
    height: 2px;
  }

  .contact-wrap {
    position: absolute;
  }

  .footer {
    justify-content: flex-end;
    align-items: center;
    height: .1vh;
  }

  .footer-wrap {
    justify-content: flex-end;
    align-items: center;
    height: 1vh;
    position: static;
    bottom: 0;
  }

  .contact-info-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .contact-info-instagram-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-info-address {
    margin-top: 0;
  }

  .contact-info-tel-icon-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
  }

  .contact-info-tel--mobile-txt {
    min-width: 200px;
    max-width: 200px;
  }

  .contact-info-tel--mobile-txt.mobile-number {
    padding-left: 0;
  }

  .contact-info-instagram-icon-pink {
    margin-left: 0;
  }

  .footer-txt-wrap {
    justify-content: center;
    align-items: center;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .hcf-grid-wrap-tablet-mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .evenements-grid-wrap-tablet-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 5vh;
    display: grid;
  }

  .apropos-img-div {
    flex-flow: column;
    order: -1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: sticky;
  }

  .nosclients-img-wrap {
    flex: 1;
    align-self: center;
  }

  .contact-info-wrap {
    grid-template-rows: auto 2rem 0 1.5rem auto;
    place-items: start;
    padding-top: 15vh;
    padding-left: 5vw;
    padding-right: 5vw;
    position: static;
  }

  .decoration-noel {
    padding: 10vh 5vw;
  }

  .image-info-tel-icon {
    width: 18px;
    margin-left: 10px;
    margin-right: 20px;
  }

  .contact-logo-img {
    max-width: 6vh;
    transform: translate(0, -2rem);
  }

  .contact-info-div {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: block;
    transform: none;
  }

  .contact-img-logo {
    position: static;
  }

  .contact-home-txt {
    font-size: .75rem;
    line-height: 1.2rem;
  }

  .contact-gradient-wrap {
    background-image: linear-gradient(0deg, var(--brand-colors--night-purple), #27203300 28%, #27203300 41%);
    height: 60vh;
    bottom: 0;
  }

  .instagram-txt {
    margin-top: 100px;
    margin-bottom: 100px;
    display: none;
  }

  .contact-info-instagram-div {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-logo-img-wrap {
    justify-content: flex-start;
    align-items: center;
    height: 98vh;
    margin-top: 4rem;
    display: block;
  }

  .nav-evenements {
    font-size: 1.25rem;
  }

  .hcf-dn-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-top: 20vh;
    padding-bottom: 5vh;
  }

  .hcf-df-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    height: 50%;
    padding-top: 18vh;
  }

  .evenements-txt-div {
    justify-content: flex-end;
    align-items: center;
    margin-top: 5vh;
  }

  .nav-menu-line {
    width: 1.25px;
  }

  .contact-header-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    padding: 4rem 10vw;
  }

  .maluna-claim-ed2387 {
    height: 3vh;
    margin-top: -80px;
  }

  .pink-arrow-down-df {
    height: .75rem;
  }

  .pink-arrow-dn-wrap {
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    transform: none;
  }

  .next-dn-link {
    display: none;
  }

  .hcf-dn-wrap {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 0 0;
  }

  .pink-arrow-dn {
    height: .75rem;
  }

  .pink-arrow-df-wrap {
    justify-content: center;
    align-items: center;
  }

  .next-even-link {
    background-color: #0000;
    height: 5vh;
    position: static;
  }

  .even-mariage-link {
    z-index: 200;
    position: relative;
  }

  .even-mariage-link.w--current {
    height: 100%;
    position: relative;
  }

  .hcf-logo-img-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .background-video {
    width: 85%;
    height: 45vh;
  }

  .apropos-cta-txt {
    font-size: 1.1rem;
  }

  .apropos-cta-line {
    width: 60px;
    height: 2px;
  }

  .section-2 {
    background-color: var(--brand-colors--night-purple);
    height: 40px;
  }

  .contact-footer {
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    display: flex;
    transform: translate(0, 3vh);
  }

  .contact-div {
    margin-top: 90px;
  }

  .hcf-header-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
  }

  .hcf-json {
    filter: contrast(125%);
  }

  .hcf-json-wrap {
    margin-top: 2vh;
  }

  .hcf-header {
    display: block;
  }

  .nav-menu-wrap-contact, .nav-menu-wrap-contact.w--current {
    color: var(--brand-colors--pink-glo);
    letter-spacing: .1rem;
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none;
  }

  .nav-menu-wrap-contact.w--current:hover {
    color: var(--brand-colors--pink-glo);
    font-family: Montserrat, sans-serif;
  }

  .image-10, .contact-branding-mobile-wrap {
    display: none;
  }

  .home-noel-header-txt {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .home-noel-txt {
    margin-bottom: 4vh;
    font-size: 1.15rem;
    line-height: 1.85rem;
  }

  .daury-cas {
    padding-bottom: 10vh;
  }

  .daury-img-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .daury-img-fixed {
    background-size: cover;
    height: 30vh;
    display: block;
  }

  .daury-img-03-wrap {
    width: 100%;
  }

  .daury-img-03 {
    display: inline-block;
  }

  .daury-cas-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-top: 2vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .daury-div-10vh {
    height: 2vh;
  }

  .daury-cas-txt-div, .daury-cas-txt-wrap {
    width: 100%;
  }

  .hcf-overview {
    opacity: 100;
    padding-left: 0;
    padding-right: 0;
  }

  .hcf-df-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hcf-df-frame {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .hcf-dn-frame, .hcf-even-frame {
    width: 100vw;
  }

  .hcf-df-txt-block, .hcf-dn-txt-block {
    text-align: center;
    font-size: 1.5rem;
  }

  .hcf-even-txt-block {
    font-size: 1.5rem;
  }

  .mauboussin-img-01-fixed {
    height: 30vh;
  }

  .mauboussin-img-02 {
    height: 45vh;
  }

  .mauboussin-cas-wrap {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .mauboussin-cas-div {
    flex-flow: column;
    height: 100%;
    padding-bottom: 4vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .mauboussin-cas-images-wrap, .mauboussin-cas-txt-wrap {
    width: 100%;
  }

  .charlemagne-cas {
    flex-flow: column;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .charlemagne-image-fixed {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 50vh;
  }

  .charlemagne-cas-txt-02 {
    line-height: 1.6rem;
  }

  .charlemagne-cas-txt-wrap, .charlemagne-cas-txt-flex {
    flex-flow: column;
  }

  .dn-gallery-div {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .home-noel-maluna-logo-svg {
    width: 75px;
  }

  .home-df-txt {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .df-cas-01-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .df-cas-signature-img-fixed-01 {
    height: 30vh;
  }

  .df-cas-signature-wrap {
    flex-flow: column;
  }

  .df-cas-signature-txt-wrap {
    width: 100%;
  }

  .df-cas-signature-img-wrap {
    flex-flow: column;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .df-cas-signature-right-img-div {
    padding-left: 0;
    padding-right: 0;
  }

  .df-cas-signature-left-img-wrap {
    width: 100%;
    padding-right: 0;
  }

  .df-cas-signature-left-img-btm {
    background-position: 50%;
    background-size: cover;
  }

  .df-cas-lechantilly-img-02-wrap {
    height: 40vh;
    padding-left: 4vw;
  }

  .df-cas-lechantilly-img-wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .df-cas-lechantilly-img-fixed-01 {
    height: 30vh;
  }

  .df-cas-lechantilly-txt-wrap {
    width: 100%;
  }

  .df-cas-lechantilly-img-05-div {
    width: 50%;
    display: block;
  }

  .df-cas-lechantilly-img-04-wrap {
    flex: 1;
  }

  .df-cas-lechantilly-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .df-la-maroquinerie-img-01 {
    height: 30vh;
  }

  .df-la-maroquinerie-wrap {
    flex-flow: column;
  }

  .df-la-maroquinerie-img-02-div, .df-la-maroquinerie-txt-wrap {
    width: 100%;
  }

  .df-la-maroquinerie-img-03-div {
    height: 35vh;
  }

  .df-overview-lightbox-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .even-header-line {
    width: 50px;
  }

  .even-header-txt {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .even-subheader-txt {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .even-cas-01-img {
    padding-left: 0;
    padding-right: 0;
  }

  .even-cas-01-txt-div {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .even-cas-01-img-02-wrap {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .even-cas-01-flex {
    flex-flow: column;
  }

  .even-cas-01-txt-02-block {
    display: flex;
  }

  .even-cas-01-txt-02, .even-cas-01-txt-02-header {
    text-align: center;
  }

  .div-block-117 {
    order: -1;
    width: 100%;
    display: block;
  }

  .div-block-119 {
    flex-flow: column;
  }

  .div-block-120 {
    padding-top: 4vh;
    padding-bottom: 8vh;
  }

  .text-block-20 {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .logo-28 {
    width: 80px;
  }

  .logo-28.mobile {
    width: 50px;
  }

  .hcf-df-line, .hcf-dn-line, .hcf-even-line {
    opacity: 100;
  }

  .div-block-133 {
    height: 100%;
  }

  .mariage-gallery {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .apropos-lamascotte-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .logo-01.mobile {
    width: 50px;
  }

  .logo-02 {
    width: 60px;
  }

  .logo-02.mobile {
    width: 50px;
  }

  .logo-03 {
    width: 60px;
    overflow: visible;
  }

  .logo-03.mobile {
    width: 50px;
  }

  .logo-04 {
    width: 60px;
  }

  .logo-04.mobile {
    width: 50px;
  }

  .logo-05 {
    width: 60px;
  }

  .logo-05.mobile {
    width: 50px;
  }

  .logo-06 {
    width: 60px;
  }

  .logo-06.mobile, .logo-07.mobile {
    width: 50px;
  }

  .logo-08 {
    width: 60px;
  }

  .logo-08.mobile {
    width: 50px;
  }

  .logo-09 {
    width: 60px;
  }

  .logo-09.mobile {
    width: 50px;
  }

  .logo-11 {
    width: 60px;
  }

  .logo-11.mobile {
    width: 50px;
  }

  .logo-12 {
    width: 60px;
  }

  .logo-12.mobile {
    width: 50px;
  }

  .logo-13 {
    width: 60px;
  }

  .logo-13.mobile {
    width: 50px;
  }

  .logo-14 {
    width: 60px;
    max-width: 100%;
  }

  .logo-14.mobile {
    width: 50px;
  }

  .logo-15 {
    width: 60px;
  }

  .logo-15.mobile {
    width: 50px;
  }

  .logo-16 {
    width: 60px;
  }

  .logo-16.mobile {
    width: 50px;
  }

  .logo-17 {
    width: 60px;
  }

  .logo-17.mobile {
    width: 50px;
  }

  .logo-18 {
    width: 80px;
  }

  .logo-18.mobile, .logo-19.mobile {
    width: 50px;
  }

  .logo-20 {
    width: 60px;
  }

  .logo-20.mobile {
    width: 50px;
  }

  .logo-21 {
    width: 60px;
  }

  .logo-21.mobile {
    width: 50px;
  }

  .logo-22 {
    width: 60px;
  }

  .logo-22.mobile, .logo-23.mobile {
    width: 50px;
  }

  .logo-24 {
    width: 70px;
  }

  .logo-24.mobile, .logo-25.mobile {
    width: 50px;
  }

  .logo-26 {
    width: 60px;
  }

  .logo-26.mobile {
    width: 50px;
  }

  .logo-27 {
    width: 80px;
  }

  .logo-27.mobile {
    width: 50px;
  }

  .nosclients-clients-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-10.mobile {
    width: 50px;
  }

  .logo-01-d {
    width: 60px;
    max-width: 100%;
  }

  .impressum-div {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
  }

  .home-maluna-claim-mobile {
    display: block;
  }

  .home-maluna-claim-desktop {
    display: none;
  }

  .maluna-claim-mobile-img {
    height: 2.5vh;
  }

  .apropos-lequipe-img-01, .apropos-lequipe-amelie-img {
    width: 80vw;
  }

  .apropos-rose-img, .apropos-lamascotte-happy {
    width: 80vw;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header-container {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-menu-wrap {
    top: -100%;
  }

  .home-contact-email-wrap, .home-contact-mobile-txt {
    display: none;
  }

  .maluna-wordmark-purewhite {
    height: 60px;
  }

  .hcf-wrap, .evenements-wrap, .nosclients-wrap {
    height: auto;
  }

  .contact-info-grid {
    display: none;
  }

  .footer-txt-wrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .nav-menu-line {
    width: 1.75px;
  }

  .maluna-claim-ed2387 {
    max-width: 100%;
  }

  .hcf-dn-wrap {
    height: auto;
  }

  .hcf-header-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
  }

  .nav-menu-wrap-contact {
    color: var(--brand-colors--pink-glo);
    letter-spacing: .1rem;
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none;
  }

  .image-10, .contact-branding-mobile-wrap {
    display: none;
  }

  .home-df-txt {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .home-df-logo {
    width: 75px;
  }

  .home-df-intro-txt {
    font-size: 1.15rem;
    line-height: 1.85rem;
  }

  .df-cas-lechantilly-img-wrap {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .apropos-lamascotte-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .apropos-la-boutique-txt-div {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .impressum-txt {
    width: 90%;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .impressum-div {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
  }

  .div-block-136 {
    width: 75px;
  }

  .apropos-lequipe-img-01, .apropos-lequipe-amelie-img {
    width: 80vw;
  }

  .apropos-rose-img, .apropos-lamascotte-happy {
    width: 80vw;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .home {
    z-index: 202;
    position: relative;
  }

  .haute-couture-florale {
    justify-content: flex-start;
    align-items: center;
    padding-top: 12vh;
    padding-bottom: 10vh;
  }

  .nos-clients {
    height: auto;
    padding-top: 0;
    padding-bottom: 10vh;
    overflow: hidden;
  }

  .a-propos {
    height: auto;
  }

  .contact {
    justify-content: space-between;
    align-items: stretch;
    height: 95vh;
  }

  .home-maluna-logo-wrap {
    margin-top: 4vh;
  }

  .header-section {
    padding-right: 6vw;
    position: sticky;
    top: 0;
  }

  .header-container {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-menu-wrap {
    padding-top: 3.25vh;
    padding-bottom: 5vh;
    top: -100%;
  }

  .home-contact-wrap {
    justify-content: center;
    align-items: flex-start;
    padding-top: 25px;
    display: none;
  }

  .home-contact-email-wrap, .home-contact-mobile-txt {
    display: none;
  }

  .home-maluna-wordmark-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .maluna-wordmark-wrap {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .maluna-claim-wrap {
    margin-top: 3vh;
  }

  .maluna-claim-purewhite {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .hcf-wrap {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .nav {
    height: 4rem;
  }

  .home-maluna-video {
    width: 100vw;
    height: 100vh;
  }

  .hcf-intro-txt {
    max-width: 350px;
    margin-top: 1vh;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hcf-devantureflorale-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .header-tel-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .header-icon-tel {
    height: 1rem;
  }

  .header-tel-txt {
    font-size: .9rem;
    line-height: 1rem;
  }

  .hcf-df-txt {
    font-size: 1.1rem;
    line-height: 1.75rem;
  }

  .hcf-df-img-wrap {
    background-position: 70%;
    background-size: cover;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 500px;
  }

  .hcf-dn-img-wrap {
    background-position: 50%;
    height: 80%;
  }

  .hcf-dn-txt {
    max-width: 280px;
    font-size: 1.1rem;
    line-height: 1.75rem;
  }

  .btn-en-savoir-plus, .btn-en-savoir-plus.df-ani {
    margin-bottom: 10vh;
  }

  .hcf-dn-img-txt {
    text-align: center;
  }

  .hcf-claim-img {
    min-width: 325px;
  }

  .hcf-claim-img-wrap {
    margin-bottom: 2vh;
  }

  .evenements-img-wrap {
    background-image: linear-gradient(#0000001c, #0000001c), linear-gradient(#ed238733, #27203338), radial-gradient(circle, #0009, #fff0 51%), url('../images/image00727.jpg');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-size: auto, auto, auto, cover;
    height: 80vh;
  }

  .evenements-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-contact-grid {
    margin-top: 0;
  }

  .evenements-txt {
    width: 280px;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.1rem;
  }

  .evenements-mariage-wrap {
    justify-content: flex-start;
    align-items: center;
    padding-top: 3rem;
  }

  .evenements-mariage-img-wrap {
    background-image: linear-gradient(#0000001f, #0000001f), radial-gradient(circle, #68686894, #fff0 54%), url('../images/4bc31f_67174eeb499642ccaf41ae46245daee7~mv2.webp');
    background-position: 0 0, 0 0, 30% 40%;
    background-size: auto, auto, 170%;
    height: 100%;
    min-height: 55vh;
    margin-bottom: 1rem;
  }

  .evenements-deuil-img-wrap {
    background-image: linear-gradient(#00000024, #00000024), radial-gradient(circle, #8b7c5652, #0000 20%), url('../images/mon-ange-detail-xs.jpg');
    background-position: 0 0, 0 0, 60% 80%;
    background-size: auto, auto, cover;
    min-height: 55vh;
  }

  .evenements-mariage-txt {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: .9rem;
  }

  .evenements-deuil-txt {
    font-size: .9rem;
  }

  .nosclients-wrap {
    height: auto;
    padding-top: 5vh;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .nosclients-header {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .nosclients-clients-desktop {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .nosclients-contact-txt-wrap {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .nosclients-contact-txt {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .apropos-wrap {
    height: auto;
    margin-top: 5vh;
    padding-top: 2vh;
    padding-bottom: 5vh;
  }

  .apropos-img-wrap {
    background-size: cover;
    max-width: 100%;
    height: 600px;
    max-height: 1000px;
  }

  .apropos-txt-wrap {
    order: 0;
    justify-content: center;
    align-items: center;
    padding-bottom: 40vw;
  }

  .apropos-txt-header-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .apropos-txt-header {
    font-size: 1.5rem;
  }

  .apropos-txt {
    min-width: 225px;
    max-width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .footer {
    justify-content: center;
    align-items: center;
    height: 5vh;
    margin-top: 0;
    display: block;
    position: static;
  }

  .footer-wrap {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: stretch;
    height: 3vh;
    padding-bottom: 0;
    display: block;
    position: relative;
    inset: 20px 0% 0%;
  }

  .contact-info-instagram-wrap {
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .contact-info-tel-icon-wrap {
    justify-content: center;
    align-items: center;
  }

  .contact-info-instagram-icon-pink {
    margin-left: 0;
  }

  .footer-txt-wrap {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .apropos-img-div {
    order: -1;
  }

  .nosclients-img-wrap {
    padding-top: 50px;
    display: block;
    overflow: visible;
  }

  .contact-info-wrap {
    grid-column-gap: 3vw;
    grid-row-gap: 3.1rem;
    grid-template-rows: auto 2rem 0 1.5rem auto auto;
    grid-template-columns: minmax(200px, 1fr);
    place-items: start;
    padding-top: 2vh;
    position: static;
    inset: auto 0% 0%;
  }

  .decoration-noel {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .devanture-florale {
    padding-top: 0;
  }

  .image-info-tel-icon {
    width: 20px;
  }

  .contact-logo-img {
    align-self: center;
    max-width: 5vh;
    position: static;
    top: 17.8542px;
  }

  .contact-home-txt-div {
    margin-top: 40px;
  }

  .nfold-logo {
    width: 18px;
  }

  .maluna-footer-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nfold-typo {
    display: none;
  }

  .instagram-txt {
    margin-top: 0;
    display: block;
  }

  .contact-info-instagram-div {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .contact-logo-img-wrap {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-top: 6rem;
    display: none;
  }

  .nav-hcf {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .nav-sub-item {
    font-size: .9rem;
  }

  .nav-sub-item.w--current {
    display: block;
  }

  .nav-evenements {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .nav-evenements.cta-contact {
    font-size: .9rem;
    line-height: 1.25rem;
  }

  .nav-evenements.cta-contact.w--current {
    font-size: 1.15rem;
  }

  .nav-apropos.w--current {
    font-size: .9rem;
  }

  .nav-logo-img {
    min-width: 40px;
    max-width: 60px;
  }

  .hcf-dn-div {
    background-image: linear-gradient(#00000014, #00000014), linear-gradient(225deg, #ed23871f, #2720330d), radial-gradient(circle, #7d1448ad, #b1226d40 59%, #27203366 82%, #27203340);
    margin-bottom: 0;
    padding-bottom: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hcf-df-div {
    background-image: none;
    padding: 5vh 5vw;
  }

  .nav-split-grid {
    position: relative;
  }

  .nav-nosclients {
    font-size: .9rem;
  }

  .nav-menu-line {
    width: 1.75px;
    height: 50px;
    position: relative;
  }

  .contact-header-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding: 6vh 2vw 2vh;
    display: flex;
  }

  .maluna-claim-ed2387 {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .pink-arrow-down-df {
    height: .6rem;
    min-height: .6rem;
  }

  .pink-arrow-dn-wrap {
    justify-content: center;
    align-items: flex-start;
    height: 5vh;
    margin-bottom: 0;
    position: relative;
  }

  .next-dn-link {
    justify-content: center;
    align-items: center;
    min-height: 1rem;
    margin-top: 16px;
    margin-bottom: 16px;
    display: none;
  }

  .next-dn-link.w--current {
    display: none;
  }

  .hcf-dn-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
  }

  .pink-arrow-dn {
    height: .6rem;
  }

  .pink-arrow-df-wrap {
    height: 2rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .next-even-link {
    z-index: 150;
    position: static;
  }

  .next-even-link.w--current {
    padding-bottom: 0;
  }

  .contact-info-email-tel-div {
    margin-top: 40px;
  }

  .next-even-section {
    height: 100%;
  }

  .hcf-logo-img-wrap {
    flex: 1;
    width: 100%;
    height: 100vh;
  }

  .instagram-icons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: 0 auto;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .contact-info-instagram-icon-white {
    display: none;
  }

  .background-video {
    opacity: 1;
    width: 80%;
    height: 60vh;
    transform: none;
  }

  .apropos-cta-txt {
    font-size: 1.1rem;
  }

  .contact-footer {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .section-3 {
    background-color: var(--brand-colors--night-purple);
    width: 100%;
    height: 20px;
    margin-top: -10px;
  }

  .contact-div {
    height: 1px;
    margin-top: 100px;
    position: relative;
    inset: 5vh 0% 0% auto;
  }

  .hcf-header-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 1vh;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
  }

  .hcf-json {
    filter: contrast(125%);
    transform: scale(1.5);
  }

  .hcf-json-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
  }

  .nav-menu-wrap-contact {
    color: var(--brand-colors--pink-glo);
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    text-decoration: none;
  }

  .nav-menu-wrap-contact.contact-font.w--current {
    font-size: 1rem;
  }

  .image-10 {
    padding-left: 4vw;
    padding-right: 4vw;
    display: block;
  }

  .image-11 {
    width: 60px;
    margin-bottom: 5vh;
  }

  .contact-branding-mobile-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-noel-header-txt {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .home-noel-line {
    width: 50px;
  }

  .home-noel-txt {
    padding-bottom: 4vh;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .daury-img-wrap {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .daury-img-fixed {
    height: 300px;
    display: none;
  }

  .daury-img-03-wrap {
    width: 100%;
    padding-right: 4vw;
  }

  .daury-cas-wrap {
    flex-flow: column;
    height: 100%;
    padding-top: 0;
    padding-left: 4vw;
  }

  .daury-div-10vh {
    height: 2vh;
  }

  .daury-cas-txt-div {
    width: 100%;
  }

  .text-block-6 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .daury-cas-txt-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 5vw;
  }

  .hcf-overview {
    display: block;
  }

  .hcf-df-frame {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/image00705.jpg');
    background-position: 0 0, 50%;
  }

  .hcf-even-frame {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/image00727.jpeg');
    background-position: 0 0, 50%;
  }

  .hcf-df-txt-block {
    font-size: 1.25rem;
  }

  .hcf-dn-txt-block {
    font-size: 1.254rem;
  }

  .hcf-even-txt-block {
    font-size: 1.25rem;
  }

  .df-gallery-preview {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: none;
  }

  .mauboussin-img-01-fixed {
    display: none;
  }

  .mauboussin-img-02 {
    height: 30vh;
  }

  .mauboussin-cas-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2vh;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .mauboussin-cas-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mauboussin-cas-images-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .mauboussin-images-div {
    flex-flow: column;
  }

  .mauboussin-cas-txt-wrap {
    flex-flow: column;
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .mauboussin-cas-txt-02 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .home-df {
    height: auto;
  }

  .df-cas-lechantilly-img-02-div {
    background-position: 50%;
  }

  .df-cas-lechantilly-img-05-div {
    width: 100%;
  }

  .home-even {
    height: auto;
  }

  .even-header-txt {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .even-header-logo {
    width: 75px;
  }

  .even-subheader-txt {
    font-size: 1.15rem;
    line-height: 1.85rem;
  }

  .even-cas-01-txt {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .even-cas-01-txt-div {
    padding-top: 0;
  }

  .even-cas-01-txt-02-header {
    font-size: 1.5rem;
    line-height: 1.85rem;
  }

  .text-block-19 {
    width: 90%;
    font-size: 1.15rem;
    line-height: 1.85rem;
  }

  .div-block-120 {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .text-block-20 {
    width: 90%;
    padding-top: 5vh;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.15rem;
    line-height: 1.85rem;
  }

  .image-34 {
    width: 75px;
  }

  .hcf-df-line {
    width: 60px;
    height: 1.5px;
  }

  .hcf-dn-line {
    opacity: 100;
    width: 60px;
    height: 1.5px;
  }

  .hcf-even-line {
    width: 60px;
    height: 1.5px;
  }

  .mariage-section {
    height: auto;
  }

  .div-block-133 {
    height: 500px;
  }

  .div-block-134 {
    width: 100vw;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .text-block-25 {
    width: 90%;
    font-size: 1.15rem;
    line-height: 1.65rem;
  }

  .even-gallery-flex {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .apropos-lamascotte-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .apropos-la-creatise-txt-div {
    padding-top: 10vh;
  }

  .logo-02 {
    width: 75px;
  }

  .logo-07 {
    width: 110px;
  }

  .logo-13, .logo-17, .logo-01-d {
    width: 75px;
  }

  .impressum-txt {
    width: 90%;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .impressum-div {
    height: auto;
    padding-top: 46px;
  }

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

  .image-37 {
    width: 75px;
  }

  .maluna-claim-mobile-img {
    opacity: .88;
  }

  .maluna-claim-mobile-div {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .apropos-lequipe-img-01, .apropos-lequipe-amelie-img {
    width: 98vw;
  }

  .apropos-rose-img, .apropos-lamascotte-happy {
    width: 98vw;
    max-width: 100%;
  }
}

#w-node-_945c7bde-90c2-c4fa-89d6-75beef2cd667-c3a990de, #w-node-bf04bd3c-a808-e4a3-79d6-f7b2f1d55019-c3a990de, #w-node-_5862ddb0-d1d8-2268-3097-14ecdbc05471-c3a990de {
  place-self: center;
}

#w-node-_800827f6-fff6-720c-ed41-a3191af3b7cd-c3a990de {
  justify-self: center;
}

#w-node-_1913bc8f-fe55-3113-8bf8-784757874c03-c3a990de {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-_23270d97-45ee-7ff6-0e58-59aa8ef369f0-c3a990de {
  justify-self: center;
}

#w-node-_23270d97-45ee-7ff6-0e58-59aa8ef369ea-c3a990de {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: center;
}

#w-node-_23270d97-45ee-7ff6-0e58-59aa8ef369ee-c3a990de {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-_23270d97-45ee-7ff6-0e58-59aa8ef369ec-c3a990de {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f42d-37b3f42a {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end;
}

#w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f42e-37b3f42a {
  grid-area: 7 / 1 / 8 / 2;
  place-self: start;
}

#w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f431-37b3f42a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f434-37b3f42a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f436-37b3f42a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f43e-37b3f42a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start;
}

#w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f443-37b3f42a {
  grid-area: 3 / 2 / 4 / 3;
  place-self: start;
}

#w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f447-37b3f42a {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f44e-37b3f42a {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start;
}

#w-node-fd384d0b-a9cd-2def-8abd-d2bfc02e408f-c02e4080 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-fd384d0b-a9cd-2def-8abd-d2bfc02e4098-c02e4080 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-fd384d0b-a9cd-2def-8abd-d2bfc02e409f-c02e4080 {
  grid-area: 3 / 4 / 4 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_800827f6-fff6-720c-ed41-a3191af3b7cd-c3a990de {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1913bc8f-fe55-3113-8bf8-784757874c03-c3a990de {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_23270d97-45ee-7ff6-0e58-59aa8ef369f0-c3a990de {
    justify-self: center;
  }

  #w-node-_23270d97-45ee-7ff6-0e58-59aa8ef369ee-c3a990de {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_23270d97-45ee-7ff6-0e58-59aa8ef369ec-c3a990de {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f431-37b3f42a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f434-37b3f42a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f43e-37b3f42a {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f447-37b3f42a {
    grid-area: 5 / 3 / 6 / 4;
    place-self: auto start;
  }

  #w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f44e-37b3f42a {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f431-37b3f42a {
    grid-row: 5 / 6;
  }

  #w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f434-37b3f42a {
    grid-row: 2 / 4;
  }

  #w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f43e-37b3f42a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f447-37b3f42a {
    grid-area: 6 / 1 / 7 / 2;
    place-self: start;
  }

  #w-node-ec3f0de8-ce53-ce68-d0a1-e44d37b3f44e-37b3f42a {
    grid-row: 5 / 6;
  }
}


