html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
:root {
  --antique-white: #f4e7d4;
  --black: black;
  --white: white;
  --yellow: #e3fc02;
  --crimson: #ff0036;
  --jaune_lunettes_canuts: #f4b43c;
}

body {
  background-color: var(--antique-white);
  color: var(--black);
  font-family:
    Whyte Book,
    sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
}

h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

.nav {
  z-index: 1000;
  background-color: var(--antique-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 1vw 2vw;
  display: grid;
  position: sticky;
  top: 0;
  box-sizing: border-box;
}

.nav_left {
  display: flex;
  align-items: center;
}

.nav_right {
  align-items: center;
  display: grid;
  grid-column: 3;
  justify-self: end;
}

.nav_link {
  margin-right: 2vw;
  display: block;
}

.nav_link:hover {
  text-decoration: underline;
}

.nav_cart {
  width: 6vw;
  margin-right: 2vw;
  display: none;
}

.nav_cart-embed {
  height: 2.4vw;
}

.marquee {
  flex-direction: column;
  justify-content: center;
  min-height: 9vw;
  margin-top: 4vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-track {
  align-items: center;
  display: none;
}

.marquee-track.is--desk {
  display: flex;
}

.marquee-embed {
  justify-content: center;
  align-items: center;
  margin-right: 4vw;
  display: flex;
}

.banner {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 1vw;
  line-height: 1;
  display: flex;
}

.hero-section {
  display: block;
}

.featured-section {
  padding: 4vw 2vw;
}

.featured-section > .desk-80 {
  font-size: 1.4vw;
  line-height: 1.4;
}

.hero-products {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 4vw 1vw;
  display: grid;
  overflow: hidden;
}

.hero_products-item {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_products-image {
  object-fit: cover;
  width: 100%;
  height: 40vw;
  display: block;
  aspect-ratio: 1;
}

.hero_products-name {
  z-index: 2;
  color: var(--white);
  margin: 0;
  font-size: 2vw;
  font-weight: 400;
  position: absolute;
  inset: 4vw auto auto 3vw;
}

.hero_products-arrow-view {
  z-index: 2;
  color: var(--white);
  position: absolute;
  inset: auto auto 4vw 3vw;
}

.hero_products-blur {
  z-index: 1;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  display: flex;
  position: absolute;
}

.hero_products-arrow {
  z-index: 2;
  position: absolute;
  inset: 4vw 3vw auto auto;
}

.hero_products-view {
  z-index: 2;
  opacity: 0;
  font-size: 3.2vw;
  position: absolute;
}

.nav_logo {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  grid-column: 2;
  justify-self: center;
}

.featured-heading {
  border-bottom: 1px solid var(--black);
  margin-bottom: 0;
  padding-bottom: 1vw;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.125;
}

.featured-section > .desk-80 > p {
  margin-top: 0;
  padding-top: 1vw;
}

.home-grid {
  grid-column-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 8vw;
  display: grid;
  position: relative;
}

.home-grid.is--company {
  grid-template-columns: 0.5fr 0.75fr;
}

.home_grid-left {
  margin-left: 0;
  margin-right: 0;
  font-size: 1.4vw;
  line-height: 1.4;
  position: sticky;
  top: 8vw;
  left: 0;
}

.home_grid-left .nav_button {
  margin-top: 2vw;
}

.home_grid-right {
  grid-column-gap: 1vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home_grid-right.is--contact {
  grid-row-gap: 0vw;
}

.featured-product_top {
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured_products-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.featured-product_bottom {
  border-bottom-right-radius: 1vw;
  border-bottom-left-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1vw;
  font-size: 1.125vw;
  display: flex;
}

.featured-product {
  border-bottom: 1px solid var(--black);
}

.featured-product_name {
  font-size: 1.4vw;
  text-decoration: none;
}

.featured_products-image-secondary {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.buy-spinner,
.buy-spinner_first {
  z-index: 2;
  width: 72%;
  height: auto;
  max-width: none;
  display: none;
  position: absolute;
  object-fit: contain;
  transform-origin: center center;
}

.company-section {
  padding: 4vw 2vw;
}

.company-heading {
  border-bottom: 1px solid var(--black);
  margin-bottom: 3vw;
  padding-bottom: 1vw;
  font-size: 9vw;
  font-weight: 400;
  line-height: 1;
}

.company-link {
  display: inline-block;
}

.company-link:hover {
  color: #2a06d8;
}

.featured_category-name {
  margin-left: 0;
  margin-right: 0;
}

.desk-80 {
  width: 80%;
  margin-bottom: 20px;
}

.home-company_image {
  border-radius: 1vw;
  width: 100%;
  height: auto;
}

.button {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #e3fc0200;
  border-radius: 100vw;
  margin-top: 2vw;
  padding: 1vw 2vw;
}

.button:hover {
  border-color: var(--yellow);
  background-color: #e3fc02;
}

.contact-section {
  padding-bottom: 4vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: none;
}

.contact-link {
  border-top: 0.5px solid #000;
  padding-top: 2vw;
  padding-bottom: 2vw;
  font-size: 3vw;
  transition: all 0.18s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.contact-link:hover {
  color: var(--crimson);
}

.contact-link.is-last {
  border-bottom: 0.5px solid #000;
}

.footer {
  grid-column-gap: 2vw;
  grid-row-gap: 8vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-top: 8vw;
  padding-bottom: 3vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: grid;
}

.spacer {
  height: 0;
}

.footer-column {
  flex-direction: column;
  display: flex;
}

.footer-column.is-newsletter {
  padding-left: 27%;
}

.footer-heading {
  margin-bottom: 2vw;
  font-size: 1.8vw;
  line-height: 1;
}

.footer-link {
  display: block;
  margin-bottom: 0.5vw;
  font-size: 1.2vw;
  font-weight: 400;
}

.footer-column nav {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.newsletter-form {
  flex-direction: column;
  display: flex;
}

.newsletter-email {
  border: 1px solid var(--black);
  background-color: #0000;
  border-radius: 1000vw;
  padding: 1.6vw 2vw;
}

.newsletter-email:focus {
  border-color: var(--black);
}

.newsletter-submit {
  background-color: var(--black);
  border-radius: 100vw;
  padding: 1.2vw 2vw;
}

.newsletter-success {
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.newsletter-block {
  font-size: 1.3vw;
}

.newsletter-failure {
  background-color: #0000;
  margin-top: 1vw;
  padding: 0;
}

.footer-logo {
  width: 12vw;
}

.nav_button {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  text-decoration: none;
  background-color: #e3fc0200;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  display: inline-flex;
}

.nav_button:hover {
  border-color: var(--jaune_lunettes_canuts);
  background-color: var(--jaune_lunettes_canuts);
}

.nav_button.is-left {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 2vw;
  display: flex;
}

.hide {
  display: none;
}

.nav-contain {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.nav > .nav-contain {
  grid-column: 1 / -1;
  justify-self: stretch;
}

.footer-button {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #e3fc0200;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  display: flex;
}

.footer-button:hover {
  border-color: var(--yellow);
  background-color: #e3fc02;
}

.footer-button.is-left {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 2vw;
  display: flex;
}

.sr-only {
  display: none;
}

.nom_marque_nav {
  color: var(--black);
  font-family:
    Made Sunflower,
    sans-serif;
  font-size: 2.5vw;
  display: block;
  overflow: visible;
}

.herospace-wrapper {
  border-radius: 8px;
  height: 80vh;
  display: block;
  position: relative;
}

.content-wrapper {
  max-width: 69vh;
  position: absolute;
  inset: 10vh auto auto 2%;
}

.bg-wrapper {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 80vh;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.herospace {
  padding: 1rem;
}

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

.heading {
  color: var(--antique-white);
  font-family:
    Made Sunflower,
    sans-serif;
}

.heading-hero {
  color: var(--black);
  font-family:
    Made Sunflower,
    sans-serif;
  font-size: 7vh;
  line-height: 7vh;
}

.subh1-hero {
  color: var(--black);
  margin-top: 20px;
  font-size: 3vh;
}

.div-block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-2 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.div-block-2 img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.subh1-hero-horraires {
  color: var(--antique-white);
  margin-top: 0;
  font-size: 2.5vh;
}

.heading-2 {
  border-bottom: 1px solid var(--black);
  margin-top: 10vh;
  margin-bottom: 3vw;
  padding-bottom: 1vw;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1;
}

.nav_icon_logo {
  max-height: 8vh;
  width: auto;
  height: auto;
  object-fit: contain;
  padding-right: 24px;
}

.collection-list-wrapper {
  height: 100%;
}

.cms-text {
  color: #fff;
  background-color: #7e3fff;
  border-radius: 11px;
  padding: 0.3rem 0.5rem;
  display: inline-block;
}

.scroll {
  gap: 1rem;
  flex-direction: column;
  min-height: 100%;
  display: flex;
  overflow: visible;
}

.scroll > [aria-hidden='true'] {
  display: contents;
}

.star-container {
  grid-column-gap: 0.2rem;
  grid-row-gap: 0.2rem;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.reviews-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 120%;
  height: 100%;
  margin-left: 2rem;
  display: flex;
  position: relative;
  transform: rotate(0);
}

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

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.container-large {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 62rem;
  display: flex;
}

.right-reviews-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: visible;
}

.more-reviews-text {
  color: #fff;
  background-color: #7e3fff;
  border-radius: 5px;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  line-height: 1.3rem;
}

.fixed-block {
  z-index: -1;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% -10% 0% auto;
}

.collection-item,
.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.section_reviews {
  background-color: var(--antique-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

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

.more-review-block {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.4rem;
  text-decoration: none;
  transition: box-shadow 0.25s;
  position: absolute;
  inset: auto 3% 3% auto;
}

.more-review-block:hover {
  box-shadow: 0 0 20px #7e3fff7d;
}

.left-content {
  width: 70%;
}

.vertical-text {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  font-family:
    Whyte Book,
    sans-serif;
  font-size: 6rem;
}

.padding-global {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.left-reviews-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.review-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
}

.review-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 14px;
  flex-direction: column;
  flex-shrink: 0;
  min-width: 40vh;
  max-width: 65vh;
  padding: 2rem 0.9rem;
  display: flex;
}

.review-item:hover {
  z-index: 10000;
  position: relative;
  box-shadow: 16px 13px 20px -8px #e4e3e36e;
}

.reviewer-profile-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.reviewer {
  color: var(--black);
  font-size: 1rem;
  font-weight: 700;
}

.reviewer.white {
  color: var(--black);
}

.review-star {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.review-text {
  color: var(--black);
  font-size: 1rem;
  line-height: 1.3rem;
}

.review-text.white {
  color: var(--black);
}

.avis-section {
  padding: 0 2vw;
}

.div_section_id {
  margin-top: 0;
  margin-bottom: 15vh;
}

.heading-3 {
  margin-bottom: 10px;
  font-size: 4.5vh;
  line-height: 1.3;
}

.nom_marque_nav-mobile {
  color: var(--black);
  font-family:
    Made Sunflower,
    sans-serif;
  font-size: 2.5vw;
  display: none;
  overflow: visible;
}

.nav_icon_logo-mobile {
  max-height: 8vh;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-right: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: none;
}

.nav_button-mobile {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #e3fc0200;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  display: none;
}

.nav_button-mobile:hover {
  border-color: var(--jaune_lunettes_canuts);
  background-color: var(--jaune_lunettes_canuts);
}

.nav_button-mobile.is-left {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 2vw;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  body {
    font-size: 1.8vw;
  }

  .nav {
    width: 100%;
    grid-template-columns: 1fr;
    position: relative;
  }

  .nav-contain {
    width: 100%;
    max-width: 100%;
    grid-template-columns: auto 1fr auto;
    justify-items: stretch;
  }

  .nav_menu {
    grid-column: 1;
    justify-self: start;
  }

  .nav_logo {
    grid-column: 2;
    justify-self: center;
    width: auto;
    max-width: 43vw;
  }

  .nav_right {
    grid-column: 3;
    width: auto;
    justify-self: end;
  }

  .nav_left {
    background-color: var(--antique-white);
    grid-auto-flow: row;
    align-content: start;
    justify-items: center;
    height: 100vh;
    padding: 48px 24px 24px;
    inset: 0% auto 0% 0%;
    box-shadow: 20px 0 20px 20px #0000000d;
  }

  .nav_link {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }

  .nav_cart-embed {
    height: 24px;
  }

  .home-grid {
    grid-template-columns: 0.5fr 1fr;
  }

  .home_grid-left {
    font-size: 1.8vw;
  }

  .featured-section > .desk-80 {
    font-size: 1.8vw;
  }

  .home_grid-right {
    grid-column-gap: 2vw;
  }

  .featured-product_top {
    height: auto;
    min-height: 400px;
  }

  .featured-product_bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6vw;
  }

  .featured-product {
    flex-direction: column;
    display: flex;
  }

  .featured-product_name {
    margin-bottom: 1vw;
    font-size: 1.8vw;
  }

  .footer {
    grid-template-columns: 1fr 1fr 1fr 1.25fr;
  }

  .footer-column.is-newsletter {
    padding-left: 0%;
  }

  .footer-link {
    font-size: 1.6vw;
  }

  .newsletter-submit {
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
  }

  .newsletter-block {
    font-size: 1.6vw;
  }

  .nav_button.is-left {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_menu {
    background-color: #0000;
    font-size: 1.6vw;
  }

  .footer-button.is-left {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_icon_logo {
    margin-bottom: 20px;
    justify-self: center;
  }

  .scroll {
    width: 100%;
    min-height: auto;
  }

  .reviews-wrapper {
    width: 100%;
  }

  .review-component {
    height: auto;
  }

  .section_reviews {
    min-height: auto;
    height: auto;
  }

  .right-reviews-container {
    height: auto;
    width: 100%;
  }

  .fixed-block {
    right: 0%;
  }

  .reverse.scroll {
    display: none;
  }

  .left-content {
    width: 100%;
  }

  .nav_icon_logo-mobile {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .nav_button-mobile {
    display: block;
    justify-self: center;
  }

  .nav_button-mobile.is-left {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .nav {
    position: static;
  }

  .marquee {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .marquee-track {
    display: flex;
  }

  .marquee-track.is--desk {
    display: none;
  }

  .banner {
    padding: 12px 10px;
    font-size: 14px;
  }

  .featured-section {
    padding-left: 20px;
    padding-right: 0;
  }

  .hero-products {
    margin-left: 20px;
    margin-right: 0;
    padding-bottom: 2vw;
    display: flex;
    overflow: auto;
  }

  .hero_products-item {
    border-radius: 1rem;
    min-width: 300px;
    margin-bottom: 8px;
    margin-right: 16px;
    overflow: hidden;
  }

  .hero_products-image {
    height: 400px;
  }

  .hero_products-name {
    font-size: 4vw;
  }

  .hero_products-blur {
    display: none;
  }

  .hero_products-view {
    font-size: 10vw;
    display: none;
  }

  .nav_logo {
    width: 50vw;
    margin-left: 0;
    padding-left: 0;
  }

  .featured-heading {
    margin-right: 20px;
    padding-bottom: 16px;
  }

  .featured-section > .desk-80 > p {
    padding-top: 16px;
  }

  .home-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 24px;
    display: flex;
  }

  .home-grid.is--company {
    flex-direction: column-reverse;
  }

  .home_grid-left {
    margin-bottom: 24px;
    font-size: 18px;
    position: static;
  }

  .featured-section > .desk-80 {
    font-size: 18px;
  }

  .home_grid-right {
    width: 100%;
    display: flex;
    overflow: auto;
  }

  .home_grid-right.is--contact {
    flex-direction: column;
    margin-right: 0;
  }

  .featured-product_top {
    height: auto;
    min-height: 400px;
  }

  .featured_products-image {
    border-radius: 1rem;
  }

  .featured-product_bottom {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .featured-product {
    border-bottom-width: 0;
    min-width: 300px;
  }

  .featured-product_name {
    font-size: 16px;
  }

  .company-section {
    padding: 40px 24px;
  }

  .company-heading {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 48px;
  }

  .featured_category-name {
    justify-content: space-between;
    margin-top: 24px;
    margin-right: 20px;
    display: flex;
  }

  .desk-80 {
    width: 100%;
  }

  .home-company_image {
    border-radius: 1rem;
  }

  .button {
    text-align: center;
    margin-top: 16px;
    padding: 16px;
    display: block;
  }

  .contact-section {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-link {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }

  .footer {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-heading {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.2;
  }

  .footer-link {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .newsletter-email {
    padding: 21px 18px;
  }

  .newsletter-submit {
    padding: 16px;
  }

  .newsletter-block {
    min-width: 200px;
    font-size: 16px;
  }

  .footer-logo {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav_button {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }

  .home-company_image-wrap {
    margin-bottom: 16px;
  }

  .footer-button {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }

  .nom_marque_nav {
    font-size: 3vw;
  }

  .heading-2 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 48px;
  }

  .scroll,
  .right-reviews-container {
    flex-direction: row;
  }

  .fixed-block {
    position: absolute;
    right: 12%;
  }

  .collection-item,
  .collection-list {
    flex-direction: row;
  }

  .section_reviews {
    min-height: auto;
  }

  .left-content {
    width: 90%;
  }

  .vertical-text {
    font-size: 7rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .review-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .review-item {
    min-width: min(85vw, 300px);
    max-width: min(85vw, 300px);
  }

  .right-reviews-container {
    height: auto;
    overflow: hidden;
  }

  .avis-section {
    padding: 40px 24px;
  }

  .nom_marque_nav-mobile {
    font-size: 3vw;
  }

  .nav_button-mobile {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    position: static;
  }

  .nav_right {
    display: none;
  }

  .banner {
    font-size: 12px;
  }

  .nav-contain {
    grid-template-columns: auto 1fr;
  }

  .nav_logo {
    grid-column: 2;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    justify-content: center;
    display: flex;
  }

  .nav_menu {
    font-size: 10px;
  }

  .nav_button {
    display: none;
  }

  .featured-heading {
    font-size: 8vw;
  }

  .featured-product_name {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .company-section {
    padding-top: 30px;
  }

  .company-heading {
    font-size: 32px;
  }

  .footer {
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .newsletter-block {
    min-width: auto;
  }

  .footer-logo {
    width: 80%;
  }

  .nom_marque_nav {
    font-size: 5.5vw;
    display: none;
  }

  .content-wrapper {
    max-width: 69vw;
    top: 3vh;
    left: 4%;
  }

  .bg-wrapper {
    border-radius: 0;
  }

  .herospace {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    object-position: 0% 50%;
    min-height: 100%;
  }

  .heading-hero {
    font-size: 5vh;
    line-height: 5vh;
  }

  .subh1-hero-horraires {
    font-size: 2.3vh;
  }

  .heading-2 {
    margin-top: 3vh;
    font-size: 32px;
  }

  .scroll {
    min-width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .collection-list {
    width: 100%;
  }

  .vertical-text {
    padding-top: 17px;
    font-size: 7rem;
    line-height: 0.8;
  }

  .review-component {
    height: auto;
    padding-top: 0;
  }

  .avis-section {
    padding-bottom: 0;
  }

  .heading-3 {
    font-size: 4vh;
  }

  .nom_marque_nav-mobile {
    font-size: 6.5vw;
    display: block;
  }

  .nav_icon_logo-mobile {
    max-height: 9vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 3vw;
    padding-right: 2vw;
    display: block;
  }

  .nav_button-mobile,
  .body {
    display: block;
  }
}

@media screen and (max-width: 767px) {
}

.home-company_image-wrap {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@font-face {
  font-family: "Whyte Book";
  src: url("../fonts/ABCWhyte-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Sunflower";
  src: url("../fonts/MADE-Sunflower.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
