:root {
  --transparent: #fff0;
  --grey: #4b4b4b;
  --dark-red: #420000;
  --red: #ab1a1a;
  --super-light-grey: #fafafc;
  --white: white;
  --light-red: snow;
  --box-shadow: #0000001a;
  --light-grey: #ddd;
  --black: black;
}

.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(--transparent);
  color: var(--grey);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--dark-red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: var(--dark-red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: var(--grey);
  margin-top: 30px;
  margin-bottom: 50px;
  font-weight: 400;
}

a {
  color: var(--grey);
  text-decoration: none;
}

.styleguide__wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 96px;
  padding-right: 96px;
  position: relative;
}

.container.navbar {
  background-color: var(--transparent);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
}

.container.is--hero {
  background-image: linear-gradient(135deg, #fff0, #0000004d 0%, #40404038 0%, #0000004d 27%, #fff0 45%), url('../images/pexels-marcus-aurelius-6787962.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  max-width: none;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.container.flexbox.vertical {
  flex-flow: column;
}

.container.flexbox.vertical.center {
  justify-content: flex-start;
  align-items: center;
}

.container.is--map {
  max-width: 1728px;
  padding-left: 192px;
  padding-right: 192px;
}

.container.is--hero-secondary {
  background-image: url('../images/Frame-1261154124.svg');
  background-position: 0 0;
  background-size: cover;
  max-width: none;
  height: 50vh;
}

.flexbox {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.section {
  background-color: var(--super-light-grey);
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.section.bg--grey {
  background-color: #fafafc;
  background-image: none;
}

.section.bg-gradient {
  background-color: var(--transparent);
  background-image: linear-gradient(#fafafc, #fff 15%);
}

.section.hero-seconday {
  padding-top: 0;
  padding-bottom: 0;
}

.body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button {
  border-radius: 10px;
  padding: 15px 30px;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.button.is--red {
  background-color: var(--red);
  color: var(--white);
}

.button.is--red.is--form {
  margin-top: 20px;
}

.see-more {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--red);
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  padding: 10px;
  font-weight: 600;
  display: flex;
}

.see-more.is--grey {
  color: var(--grey);
}

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

.svg.chevron {
  width: 18px;
  height: 18px;
}

.brand {
  max-width: 260px;
}

.navbar {
  background-color: var(--light-red);
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.hero__content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 66%;
  height: 100%;
  padding-top: 13%;
  padding-left: 96px;
  display: flex;
}

.is--white {
  color: var(--white);
}

.h1-display {
  color: var(--white);
  font-size: 6vw;
}

.subtitle-display {
  color: var(--white);
  font-size: 22px;
  font-weight: 400;
}

.brands {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 25px;
  display: flex;
}

.partenaires {
  max-width: 150px;
}

.pictogramme__wrapper {
  box-shadow: 0 2px 4px 0 var(--box-shadow);
  border: 1px solid #ddd;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  display: flex;
}

.pictogramme {
  width: 45px;
}

.div-block {
  background-color: var(--white);
  box-shadow: 0 0 11px 0 var(--box-shadow);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section__image {
  object-fit: cover;
  border-radius: 20px;
  width: 80%;
  height: 450px;
}

.section__image.contain {
  object-fit: contain;
  height: 320px;
}

.flexbox-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
}

.flexbox-main.is--red {
  background-color: var(--light-red);
  border-radius: 20px;
  box-shadow: 0 0 11px #0003;
}

.flexbox-main.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.block__image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.block__image.right {
  z-index: 1;
  position: relative;
}

.block__image.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.navlink {
  color: var(--grey);
  padding: 20px;
  position: relative;
}

.link__wrapper {
  display: block;
  overflow: hidden;
}

.link__underline {
  background-color: var(--red);
  width: 100%;
  height: 2px;
  transform: translate(-101%);
}

.link__underline.is--grey {
  background-color: var(--grey);
}

.navlink-underline {
  background-color: var(--transparent);
  width: 100%;
  height: 2px;
  overflow: hidden;
}

.underline {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  transform: translate(-101%);
}

.p--dropdown {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-list {
  top: 100px;
}

.dropdown-list.w--open {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  padding-top: 40px;
  display: flex;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: 0%;
}

.dropdown-toggle {
  color: var(--grey);
  padding: 20px 40px 20px 10px;
  position: relative;
}

.dropdown-toggle.dropdown-active {
  font-weight: 500;
}

.dropdown-2 {
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
  position: static;
}

.div-block-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.link-block-2.img {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  width: 50%;
  max-width: 50%;
  padding: 10px;
}

.div-block-6 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  box-shadow: 0 2px 5px 0 var(--box-shadow);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 45px;
  display: flex;
}

.div-block-10 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
}

.div-block-10-copy {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: relative;
}

.dropdown--img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 14px;
  width: 150px;
  height: 150px;
}

.link-block-3 {
  color: var(--white);
  padding: 20px 40px 20px 10px;
  position: relative;
}

.button-nav {
  border-radius: 10px;
  padding: 15px 30px;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.button-nav.is--red {
  background-color: var(--red);
  color: var(--white);
  margin-top: 0;
  margin-right: 0;
  position: relative;
  inset: 0% 0% auto auto;
}

.navbar-mobile {
  display: none;
}

.section-2 {
  background-color: #fafafc;
}

.div-block-13 {
  background-color: var(--white);
  box-shadow: 0 0 11px 0 var(--box-shadow);
  border-radius: 16px;
  max-width: 300px;
  padding: 20px;
  position: absolute;
  inset: auto auto 65px 50px;
}

.paragraph-3 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 30px;
}

.code-embed {
  color: var(--red);
  align-self: center;
  width: 20px;
}

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

.image-3 {
  z-index: 0;
  border-radius: 20px;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-15 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.block__image-contact {
  box-shadow: 0 0 11px 1px var(--box-shadow);
  background-image: linear-gradient(#0006, #0006), url('../images/01-compressed.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 550px;
  padding: 40px;
  display: flex;
  position: relative;
}

.code-embed-2 {
  color: var(--white);
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-right: 2px;
}

.div-block-16 {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #ffffff40;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  margin-top: 0%;
  display: flex;
  position: relative;
}

.div-block-18 {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 35px;
  display: flex;
}

.code-embed-3 {
  color: var(--red);
  width: 25px;
}

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

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

.div-block-20.is--left {
  justify-content: flex-start;
  align-items: flex-start;
}

.link {
  font-weight: 500;
}

.block__contact-form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.iframe-wrapper {
  border-radius: 20px;
  width: 50%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.iframe-wrapper.is-pt50 {
  flex: 0 auto;
  height: 100%;
  padding-top: 50vh;
}

.field-label {
  padding-left: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.text-field {
  background-color: #fafafc;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
}

.text-field.msg {
  min-height: 100px;
}

.div-block-21 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.form-block {
  margin-top: 25px;
}

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

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

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

.footer-brand {
  max-width: 260px;
}

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

.footer-title {
  color: var(--dark-red);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

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

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

.footer-divider-two {
  background-color: var(--light-grey);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

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

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

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

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

.div-block-23 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-size: 12px;
  display: flex;
}

.div-block-24 {
  background-color: var(--light-grey);
  width: 1px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.wrapped-iframe {
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -34px;
  left: 0;
  right: auto;
}

.heading-7 {
  margin-top: 110px;
  margin-bottom: 40px;
}

.slider {
  background-color: var(--transparent);
  display: none;
}

.image-3-mobile {
  z-index: 0;
  border-radius: 20px;
  width: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-3 {
  margin-right: 20px;
}

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

.div-block-29 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 140px;
  display: flex;
}

.div-block-30 {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  max-width: 50%;
  display: flex;
}

.heading-9 {
  max-width: 570px;
}

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

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

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

.paragraph-5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-34 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-34.is--left {
  margin-left: 0;
}

.div-block-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

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

.icon-4, .icon-5 {
  color: var(--grey);
  display: block;
}

.slide-2 {
  box-shadow: 0 0 11px 0 var(--box-shadow);
  border-radius: 16px;
  max-width: 250px;
  margin-right: 60px;
}

.div-block-37 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 4px solid var(--red);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 15px;
  display: flex;
}

.mask-2 {
  max-width: 250px;
  margin-left: 33%;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: visible;
  transform: translate(90%);
}

.slider-2 {
  background-color: var(--transparent);
  margin-top: 60px;
  overflow: hidden;
}

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

.image-5 {
  box-shadow: 0 0 11px 1px var(--box-shadow);
  object-fit: cover;
  border-radius: 16px;
  width: 700px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mask-3 {
  margin-left: auto;
  margin-right: auto;
}

.slider-3 {
  background-color: var(--transparent);
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.icon-6, .icon-7 {
  color: var(--grey);
}

.slide-4 {
  border-radius: 16px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.slide-nav-2 {
  bottom: -50px;
}

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

.magasin-sion {
  flex: none;
  width: 100%;
  max-width: 100vw;
}

.section-3 {
  background-color: var(--super-light-grey);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-40 {
  width: 200vw;
  display: flex;
}

.section-4 {
  background-color: var(--super-light-grey);
}

.brand-loop__wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-block-41 {
  max-width: 50%;
}

.magasin-sion-copy {
  flex: none;
  width: 100%;
  max-width: 100vw;
}

.div-block-17-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  margin-top: 0%;
  display: flex;
  position: relative;
}

.div-block-42 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.subtitle-hero {
  color: var(--black);
  max-width: 900px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.h2 {
  color: var(--dark-red);
  font-size: 84px;
  font-weight: 500;
}

.paragraph-6 {
  margin-bottom: 20px;
}

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

.flexbox__wrapper {
  border: 1px solid var(--super-light-grey);
  box-shadow: 0 0 11px 0 var(--box-shadow);
  border-radius: 20px;
  margin-bottom: 60px;
}

.collection-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--super-light-grey);
  box-shadow: 0 0 110px 0 var(--box-shadow);
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1450px;
  padding: 30px;
  display: flex;
}

.div-block-43 {
  margin-top: 40px;
}

.text-block-3 {
  margin-bottom: 10px;
}

.cms__card__wrapper {
  border: 1px solid var(--super-light-grey);
  background-color: var(--white);
  box-shadow: 0 0 11px 0 var(--box-shadow);
  border-radius: 16px;
  width: 300px;
  height: 100%;
  position: relative;
}

.cms__img-card {
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  height: 50%;
}

.div-block-44 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 50%;
  padding: 20px 10px 0;
  display: flex;
}

.collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  margin-top: 60px;
  display: flex;
}

.div-block-45 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.image-6 {
  object-fit: cover;
  border-radius: 16px;
  width: 50%;
  padding: 0;
}

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

.div-block-47 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-7 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-48, .rich-text-block {
  max-width: 1220px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 45px;
  }

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

  .container.navbar {
    justify-content: space-between;
  }

  .container.is--hero {
    background-position: 0 0, 60%;
  }

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

  .block {
    width: 100%;
  }

  .section {
    background-color: var(--super-light-grey);
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .navbar {
    display: none;
  }

  .nav-menu {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
    position: relative;
  }

  .hero__content {
    max-width: 70%;
    padding-top: 25%;
    padding-left: 30px;
  }

  .h1-display {
    font-size: 55px;
  }

  .brands {
    flex-flow: wrap;
  }

  .partenaires {
    max-width: 100px;
    max-height: 30px;
  }

  .div-block {
    align-self: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .section__image {
    width: 100%;
  }

  .flexbox-main {
    flex-flow: column;
  }

  .flexbox-main.is--red {
    background-color: var(--light-red);
  }

  .block__image {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .navlink {
    width: 100%;
  }

  .dropdown-toggle {
    margin-left: auto;
    margin-right: 0;
    position: static;
  }

  .dropdown-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-block-6 {
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    inset: 100px 0% auto;
  }

  .button-nav {
    justify-content: center;
    align-items: center;
    max-width: 150px;
    display: flex;
  }

  .button-nav.is--red {
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    position: relative;
    right: 0%;
  }

  .menu-button {
    color: var(--white);
    margin-left: auto;
  }

  .menu-button.w--open {
    margin-left: auto;
  }

  .text-block-2 {
    text-align: right;
  }

  .nav-link {
    color: var(--black);
    text-align: right;
  }

  .nav-link.contact {
    color: var(--red);
  }

  .nav-menu-2 {
    background-color: #fff;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .dropdown-5 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .dropdown-toggle-3 {
    margin-right: 0;
  }

  .dropdown-link-3 {
    text-align: right;
  }

  .dropdown-link-3.w--current {
    color: var(--red);
    text-decoration: underline;
  }

  .navbar-mobile {
    background-color: #ddd0;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-mobile.secondary-page {
    background-color: var(--white);
  }

  .menu-button-2 {
    color: var(--white);
    margin-left: auto;
  }

  .menu-button-2.w--open {
    background-color: #fff0;
  }

  .lottie-hamburger {
    width: 40px;
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .container-2 {
    justify-content: flex-start;
    align-items: center;
    max-width: 991px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .dropdown-list-3 {
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-list-3.w--open {
    background-color: #f7f7f7;
  }

  .div-block-13 {
    bottom: 167px;
  }

  .image-3 {
    height: 160px;
  }

  .block__contact-form {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .iframe-wrapper {
    width: 100%;
    padding-top: 70%;
  }

  .iframe-wrapper.is-pt50 {
    padding-top: 50%;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .div-block-23 {
    flex-flow: wrap;
  }

  .div-block-25 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    display: flex;
  }

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

  .slider {
    background-color: var(--transparent);
    height: 100%;
    padding: 10px 60px;
    display: block;
  }

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

  .slide-nav {
    inset: auto 0% -20px;
  }

  .slide {
    padding: 10px;
  }

  .image-3-mobile {
    height: 160px;
  }

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

  .icon-4, .icon-5 {
    color: var(--red);
  }

  .mask-2 {
    transform: none;
  }

  .slider-2 {
    background-color: var(--transparent);
  }

  .image-5 {
    box-shadow: 0 0 11px 0 var(--box-shadow);
    object-fit: cover;
  }

  .icon-6, .icon-7 {
    color: var(--red);
  }

  .slide-4 {
    box-shadow: none;
  }

  .section-4 {
    background-color: var(--super-light-grey);
  }

  .h2 {
    font-size: 50px;
  }

  .collection-item {
    flex-flow: column;
  }

  .image-6 {
    width: 80%;
    margin-left: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 16px;
  }

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

  .container.is--hero {
    height: 70vh;
  }

  .flexbox {
    flex-flow: column;
  }

  .block {
    width: 100%;
  }

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

  .button.is--red {
    display: none;
  }

  .nav-menu {
    width: 90%;
  }

  .hero__content {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 90%;
    padding-top: 0%;
    padding-left: 20px;
  }

  .h1-display {
    font-size: 45px;
  }

  .subtitle-display {
    font-size: 18px;
  }

  .brands {
    margin-top: 25px;
  }

  .partenaires {
    max-width: 81px;
    max-height: 24px;
  }

  .div-block {
    width: 100%;
    padding: 15px;
  }

  .div-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section__image {
    object-fit: cover;
    height: 250px;
  }

  .flexbox-main {
    flex-flow: wrap-reverse;
    padding: 15px;
  }

  .block__image {
    width: 100%;
  }

  .div-block-6 {
    margin-top: 100px;
  }

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

  .heading-2 {
    font-size: 16px;
    display: none;
  }

  .image-3 {
    display: none;
  }

  .block__image-contact {
    height: 260px;
    padding: 20px;
  }

  .code-embed-2 {
    width: 30px;
    height: 30px;
  }

  .div-block-16 {
    width: 50px;
    height: 50px;
  }

  .div-block-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .code-embed-3 {
    width: 20px;
  }

  .iframe-wrapper {
    padding-top: 90%;
  }

  .iframe-wrapper.is-pt50 {
    display: none;
  }

  .div-block-21 {
    flex-flow: wrap;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .footer-social-block-two {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-social-link {
    flex: none;
    margin-left: 20px;
  }

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

  .div-block-25 {
    flex: 1;
  }

  .link-2 {
    font-size: 14px;
  }

  .heading-5 {
    font-size: 18px;
  }

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

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

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

  .image-3-mobile {
    display: block;
  }

  .div-block-29 {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-30 {
    margin-top: 50px;
  }

  .div-block-31 {
    width: 100%;
    max-width: 100%;
  }

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

  .div-block-34 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-5 {
    width: 380px;
  }

  .slider-3 {
    height: 250px;
  }

  .div-block-41 {
    margin-bottom: 30px;
  }

  .collection-item {
    padding: 20px;
  }

  .cms__card__wrapper {
    width: 300px;
  }

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

  .collection-item-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.is--hero {
    background-position: 0 0, 70%;
    height: 70vh;
  }

  .container.flexbox.vertical.center {
    background-color: var(--super-light-grey);
    padding-left: 0;
    padding-right: 0;
  }

  .container.is--hero-secondary {
    height: auto;
    min-height: 50vh;
  }

  .section {
    background-color: var(--super-light-grey);
  }

  .image {
    max-width: 190px;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero__content {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 100%;
  }

  .h1-display {
    font-size: 35px;
  }

  .subtitle-display {
    margin-top: 20px;
  }

  .brands {
    margin-top: 0;
  }

  .div-block {
    width: 100%;
    margin-right: 10px;
  }

  .button-nav.is--red {
    margin-right: auto;
    right: auto;
  }

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

  .heading-2 {
    font-size: 16px;
    display: none;
  }

  .image-3 {
    width: 100%;
    height: 60px;
    display: none;
  }

  .block__image-contact {
    padding: 20px;
  }

  .div-block-16 {
    flex: none;
    margin-bottom: 10px;
  }

  .div-block-18, .div-block-20 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .iframe-wrapper {
    padding-top: 140%;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
  }

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

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

  .footer-block-two {
    margin-top: 40px;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .slider {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mask {
    width: 100%;
  }

  .image-3-mobile {
    width: 100%;
    height: 210px;
  }

  .div-block-29 {
    margin-top: 100px;
  }

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

  .div-block-31 {
    width: 100%;
    max-width: 100%;
  }

  .heading-9 {
    max-width: 100%;
  }

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

  .div-block-32.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 25px;
    display: flex;
  }

  .div-block-33, .paragraph-5 {
    color: var(--grey);
  }

  .div-block-34 {
    color: var(--grey);
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-34.is--left, .div-block-36 {
    color: var(--grey);
  }

  .slide-2 {
    box-shadow: none;
    max-width: 100%;
  }

  .div-block-37 {
    box-shadow: 0 0 11px 0 var(--box-shadow);
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .mask-2 {
    max-width: 100%;
    margin-left: 0%;
  }

  .slider-2 {
    margin-top: 30px;
  }

  .image-5 {
    width: 270px;
  }

  .h2 {
    font-size: 35px;
  }

  .collection-item {
    padding: 10px;
  }

  .image-6 {
    width: 100%;
  }
}


