body {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
}

html {
  font-size: 100%;
}

/* 16px */
h1 {
  font-size: clamp(2rem, 4vw + 0.5rem, 3.5rem);
  /* ~32px to 56px */
}

h2 {
  font-size: clamp(1.75rem, 3vw + 0.5rem, 2.75rem);
  /* ~28px to 44px */
}

h3 {
  font-size: clamp(1.5rem, 2.5vw + 0.4rem, 2.25rem);
  /* ~24px to 36px */
}

h4 {
  font-size: clamp(1.25rem, 2vw + 0.3rem, 1.75rem);
  /* ~20px to 28px */
}

h5 {
  font-size: clamp(1rem, 1.5vw + 0.25rem, 1.333rem);
  /* ~16px to ~21px */
}

p,
button,
a,
ul,
li {
  font-size: 1rem !important;
}

small {
  font-size: 0.75rem;
  /* 12px */
}

[data-screenshift] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1325px;
}
@media (max-width: 1536px) {
  [data-screenshift] {
    max-width: 1325px;
    padding: 0 1.75em;
  }
}
@media (max-width: 1325px) {
  [data-screenshift] {
    max-width: 1280px;
    padding: 0 1.75em;
  }
}
@media (max-width: 1280px) {
  [data-screenshift] {
    max-width: 1024px;
    padding: 0 1.75em;
  }
}
@media (max-width: 1024px) {
  [data-screenshift] {
    max-width: 768px;
    padding: 0 1.75em;
  }
}
@media (max-width: 768px) {
  [data-screenshift] {
    max-width: 640px;
    padding: 0 1.75em;
  }
}
@media (max-width: 640px) {
  [data-screenshift] {
    max-width: 475px;
    padding: 0 1.75em;
  }
}
@media (max-width: 475px) {
  [data-screenshift] {
    max-width: 100%;
    padding: 0 1.75em;
  }
}

[data-screenshift=debug] {
  position: relative;
  outline: 2px dashed color-mix(in srgb, red, transparent 50%);
  border-radius: 0.6666666667em;
}
[data-screenshift=debug]::after {
  position: absolute;
  bottom: -60px;
  left: 0;
  padding: 6px 12px;
  background: red;
  border-radius: 12px;
  color: white;
  font-weight: bold;
}
[data-screenshift=debug]::before {
  position: absolute;
  bottom: -110px;
  left: 0;
  padding: 6px 12px;
  background: red;
  border-radius: 12px;
  color: white;
  font-weight: bold;
}
@media (max-width: 1536px) {
  [data-screenshift=debug]::after {
    content: "desktop-xl";
  }
  [data-screenshift=debug]::before {
    content: "max-width : 1536px";
  }
}
@media (max-width: 1325px) {
  [data-screenshift=debug]::after {
    content: "desktop-lg";
  }
  [data-screenshift=debug]::before {
    content: "max-width : 1325px";
  }
}
@media (max-width: 1280px) {
  [data-screenshift=debug]::after {
    content: "desktop";
  }
  [data-screenshift=debug]::before {
    content: "max-width : 1280px";
  }
}
@media (max-width: 1024px) {
  [data-screenshift=debug]::after {
    content: "tablet";
  }
  [data-screenshift=debug]::before {
    content: "max-width : 1024px";
  }
}
@media (max-width: 768px) {
  [data-screenshift=debug]::after {
    content: "small-tablet";
  }
  [data-screenshift=debug]::before {
    content: "max-width : 768px";
  }
}
@media (max-width: 640px) {
  [data-screenshift=debug]::after {
    content: "mobile-lg";
  }
  [data-screenshift=debug]::before {
    content: "max-width : 640px";
  }
}
@media (max-width: 475px) {
  [data-screenshift=debug]::after {
    content: "mobile";
  }
  [data-screenshift=debug]::before {
    content: "max-width : 475px";
  }
}

#vm_home_search {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../../images/home/new.jpeg") center/cover no-repeat;
}
#vm_home_search .content {
  min-height: 70vh;
  display: grid;
  place-content: center;
  color: var(--fonce);
  margin-bottom: 0 !important;
}
#vm_home_search .content h1 {
  max-width: 15ch;
  color: white;
  text-shadow: 0 0 10px var(--fonce), 0 0 20px var(--fonce), 0 0 30px var(--fonce);
}
#vm_home_search .content h3 {
  font-weight: 500;
  max-width: 30ch;
  color: white;
  text-shadow: 0 0 10px var(--fonce), 0 0 20px var(--fonce), 0 0 30px var(--fonce);
}
@media (max-width: 1024px) {
  #vm_home_search .content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  #vm_home_search .content .search {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  #vm_home_search .content {
    min-height: 60vh;
  }
}
#vm_home_search .text {
  padding: 3em;
  text-align: center;
  margin: 0 auto;
}
#vm_home_search .search {
  padding: 4px;
  max-width: 550px;
  margin: 1.5em auto 0;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 1.75em;
}
#vm_home_search .search > div {
  gap: 0.6666666667em;
}
@media (max-width: 640px) {
  #vm_home_search .search > div {
    display: grid !important;
    grid-template-columns: 1fr auto;
  }
}
#vm_home_search .search > div .flex-enabled-locate {
  margin: 0;
}
#vm_home_search .search .search-geocomplete {
  background: none;
}
#vm_home_search .search .el-input__wrapper {
  border-radius: 1.5em;
}
#vm_home_search .btn-green {
  background: var(--orange);
  border-radius: 1.5em;
}

.el-dialog {
  border-radius: 1em;
}

.site-name {
  color: var(--orange);
  font-weight: 800;
}

.join-sections .illustration {
  height: 200px;
}
.join-sections .swiper-slide {
  border-radius: 1.5em;
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--fonce), transparent 90%);
}
.join-sections a {
  margin-top: 1em;
  padding: 0.6666666667em;
  display: block;
  width: 100%;
}
.join-sections img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
}

#france-map .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
#france-map .content h4 {
  max-width: 30ch;
}
#france-map .illustration {
  width: 100%;
  display: grid;
  place-content: center;
}
#france-map .illustration img {
  mix-blend-mode: multiply;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 450px;
  margin: 0 auto;
  background: red;
}
#france-map li {
  position: relative;
  padding-left: 25px;
}
#france-map li::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48ZGVmcz48bWFzayBpZD0iaXBTQ2hlY2tPbmUwIj48ZyBmaWxsPSJub25lIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjQiPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTI0IDQ0YTE5Ljk0IDE5Ljk0IDAgMCAwIDE0LjE0Mi01Ljg1OEExOS45NCAxOS45NCAwIDAgMCA0NCAyNGExOS45NCAxOS45NCAwIDAgMC01Ljg1OC0xNC4xNDJBMTkuOTQgMTkuOTQgMCAwIDAgMjQgNEExOS45NCAxOS45NCAwIDAgMCA5Ljg1OCA5Ljg1OEExOS45NCAxOS45NCAwIDAgMCA0IDI0YTE5Ljk0IDE5Ljk0IDAgMCAwIDUuODU4IDE0LjE0MkExOS45NCAxOS45NCAwIDAgMCAyNCA0NFoiLz48cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0ibTE2IDI0bDYgNmwxMi0xMiIvPjwvZz48L21hc2s+PC9kZWZzPjxwYXRoIGZpbGw9IiNmYzdhMDAiIGQ9Ik0wIDBoNDh2NDhIMHoiIG1hc2s9InVybCgjaXBTQ2hlY2tPbmUwKSIvPjwvc3ZnPg==);
  position: absolute;
  left: 0;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  width: 16px;
  aspect-ratio: 1;
}
@media (max-width: 640px) {
  #france-map .content {
    grid-template-columns: 1fr;
  }
  #france-map .illustration {
    max-width: 300px;
    margin: 0 auto;
  }
}

#faq .list {
  display: grid;
}
#faq .list .accordion .title p {
  font-weight: 700;
}
#faq .list .accordion .title {
  display: flex;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid color-mix(in srgb, var(--fonce), transparent 90%);
  padding: 1em;
}
#faq .list .accordion .title::after {
  content: "+";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  font-size: 20px;
}
#faq .list .accordion .title input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2000px;
  height: 100px;
  cursor: pointer;
  opacity: 0;
}
#faq .list .accordion .title:hover {
  background: var(--clair);
}
#faq .collapsed {
  display: none;
  padding: 0.6666666667em 1em;
  animation: appearing 0.15s ease-in-out forwards;
  transform-origin: top;
}
#faq .accordion:has(input:checked) .collapsed {
  display: block;
}
#faq .accordion:has(input:checked) .title::after {
  content: "-";
}
#faq h3 {
  text-align: center;
  margin-bottom: 0.6666666667em;
}
#faq p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #faq .list {
    grid-template-columns: 1fr;
  }
}

@keyframes appearing {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
.swiperResto .illustration {
  height: 200px;
}
.swiperResto .swiper-slide {
  border-radius: 1.5em;
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--fonce), transparent 90%);
}
.swiperResto button {
  margin-top: 1em;
}
.swiperResto img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#vue-merchant-signup .content {
  min-height: calc(100vh - 91px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
#vue-merchant-signup .form {
  background: white;
  padding: 1.75em;
  border-radius: 1.5em;
  border: 2px solid color-mix(in srgb, var(--fonce), transparent 90%);
  box-shadow: 0 0 10px color-mix(in srgb, var(--fonce), transparent 90%);
  max-width: 550px;
  margin: 0 auto;
}
#vue-merchant-signup .conversion h2 {
  max-width: 20ch;
}
#vue-merchant-signup .conversion p {
  max-width: 60ch;
}
#vue-merchant-signup .g-btn {
  margin-top: 1em;
}
@media (max-width: 1024px) {
  #vue-merchant-signup .content {
    grid-template-columns: 1fr;
  }
  #vue-merchant-signup .conversion {
    text-align: center;
    margin-top: 50px;
  }
  #vue-merchant-signup .conversion h2 {
    max-width: none;
  }
  #vue-merchant-signup .conversion p {
    max-width: none;
  }
}

#concept h4 {
  text-align: center;
}
#concept .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-evenly;
  margin-top: 2em;
}
#concept .list .title {
  font-weight: 600;
  margin: 0;
  padding: 0;
}
#concept .reason {
  max-width: 320px;
}
#concept .reason .icon {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
}
#concept .reason .icon img {
  width: 64px;
  height: auto;
}
#concept .reason p {
  text-align: center;
}

#demo .content {
  display: flex;
  gap: 2em;
  align-items: center;
}
#demo .illustration {
  height: 300px;
  aspect-ratio: 2/1;
  border-radius: 1.5em;
  overflow: hidden;
}
#demo .illustration img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#demo .text p {
  max-width: 75ch;
}
@media (max-width: 1024px) {
  #demo .content {
    flex-wrap: wrap;
  }
  #demo .illustration {
    width: 100%;
  }
}

#join-us {
  max-width: 100vw;
  background: url("../../imgs/chef.webp") center/cover no-repeat;
}
#join-us .content {
  margin-bottom: 0;
  color: var(--clair);
  min-height: 400px;
  display: grid;
  place-content: center;
  text-align: center;
}
#join-us .content h5,
#join-us .content h3 {
  text-shadow: 0 0 10px var(--fonce), 0 0 20px var(--fonce);
}
#join-us .content h3 {
  max-width: 40ch;
  margin: 0 auto;
}
#join-us .content a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0;
}

#vue-feed {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2em;
}
#vue-feed .results-item {
  border-radius: 1.5em;
  border: 2px solid color-mix(in srgb, var(--fonce), transparent 90%);
  overflow: hidden;
  width: minmax(150px, 300px);
  background: white;
}
#vue-feed .results {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  gap: 1.75em;
}
#vue-feed .el-image {
  width: 300px;
  height: 200px;
}
#vue-feed .el-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
#vue-feed .restaurants-info {
  padding: 0 1em 1em;
}

#searchFilter {
  width: 275px;
  background: white;
  border-radius: 1.5em;
  border: 2px solid color-mix(in srgb, var(--fonce), transparent 90%);
  padding: 1em;
}

#vue-feed.cuisine {
  display: block;
  min-height: 80vh;
}
#vue-feed .title {
  margin-bottom: 1em;
}
#vue-feed #cuisine-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  margin-bottom: 3em;
}
@media (max-width: 1024px) {
  #vue-feed #cuisine-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  #vue-feed #cuisine-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#vue-feed #cuisine-list .card {
  border-radius: 1.5em;
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--fonce), transparent 90%);
}
#vue-feed #cuisine-list .card .illustration {
  width: 100%;
  height: 225px;
}
#vue-feed #cuisine-list .card .illustration img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#vue-feed #cuisine-list .card .text {
  padding: 1em;
}
#vue-feed #cuisine-list .card button {
  margin-top: 1em;
}

#vue-merchant-details {
  background: color-mix(in srgb, var(--orange), transparent 90%);
  padding: 1.75em 0;
}
#vue-merchant-details .breadcrumb {
  background: none;
  padding: 0.6666666667em 0;
}
#vue-merchant-details .merchant {
  display: flex;
  gap: 1.75em;
  align-items: center;
}
@media (max-width: 768px) {
  #vue-merchant-details .merchant {
    display: grid;
  }
  #vue-merchant-details .merchant .banner {
    order: 1;
  }
  #vue-merchant-details .merchant .infos {
    order: 2;
  }
}
#vue-merchant-details .logo {
  width: 200px;
  height: 200px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 1em;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #vue-merchant-details .logo {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1024px) {
  #vue-merchant-details .logo {
    display: none;
  }
}
#vue-merchant-details .logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
#vue-merchant-details .offers {
  margin: 0.6666666667em 0;
}
#vue-merchant-details .offers > div {
  display: flex;
  gap: 0.6666666667em;
}
#vue-merchant-details .infos i {
  margin-right: 8px;
}
#vue-merchant-details .infos ul {
  margin: 0 !important;
}
#vue-merchant-details .infos .cuisine,
#vue-merchant-details .infos .reviews {
  display: flex;
  align-items: center;
}
#vue-merchant-details .banner {
  position: relative;
  width: 650px;
  height: 200px;
  border-radius: 1em;
  overflow: hidden;
  margin-left: auto;
}
@media (max-width: 1280px) {
  #vue-merchant-details .banner {
    width: 100%;
    height: 150px;
  }
}
#vue-merchant-details .banner .save {
  position: absolute;
  right: 1em;
  top: 1em;
}
#vue-merchant-details .banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

#vue-cart {
  position: sticky;
  top: calc(140px + 1em);
  max-width: 375px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  background: white;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
#vue-cart .title {
  display: flex;
  gap: 0.6666666667em;
  padding: 1em;
  background: var(--orange);
  align-items: center;
}
#vue-cart .title p,
#vue-cart .title iconify-icon {
  color: white;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
#vue-cart .title iconify-icon {
  font-size: 22px;
}
#vue-cart .clear {
  display: flex;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}
#vue-cart .clear h6 {
  padding: 0;
  margin: 0;
}
#vue-cart .cart-empty {
  margin: 2em 0;
  text-align: center;
}
#vue-cart .cart-empty h6 {
  margin-top: 1em;
}
#vue-cart .section-cart {
  padding: 1em;
}

#vue-address-needed {
  margin-top: 3em;
  margin-bottom: 3em;
}
#vue-address-needed .add-address {
  display: flex;
  gap: 3em;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
#vue-address-needed .add-address .text {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 1em;
}
#vue-address-needed .add-address .text iconify-icon {
  position: relative;
  top: -6px;
  grid-column: 1;
  grid-row: span 2;
  font-size: 32px;
}
#vue-address-needed .add-address .text h5 {
  grid-column: 2;
  grid-row: 1;
}
#vue-address-needed .add-address .text p {
  grid-column: 2;
  grid-row: 2;
}

.g-btn {
  background: var(--orange);
  border: none;
  border-radius: 1em;
  padding: 0.6666666667em 1em;
  width: 100%;
  font-weight: 600;
  color: white;
  transition: filter 0.15s ease-in-out;
}
.g-btn:hover {
  filter: grayscale(15%);
  color: white !important;
}
.g-btn.el-button:hover {
  background: var(--orange);
  border: none;
  width: 100%;
  color: white;
}

.btn-google,
.btn-facebook {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6666666667em;
}

header {
  padding: 1.5em 1em;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}
header .el-drawer {
  max-width: 300px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
}
nav .logo img {
  max-height: 42px;
  width: auto;
}
nav #vue-cart-preview {
  margin-left: auto;
}
nav:has(.mr-2) #vue-cart-preview {
  margin-left: 0;
}

#vue-widget-nav {
  display: flex;
}

#guest-nav {
  display: flex;
  gap: 1.75em;
  align-items: center;
}
#guest-nav .burger-menu {
  display: none;
}
@media (max-width: 1024px) {
  #guest-nav .burger-menu {
    display: block;
  }
}
@media (max-width: 1024px) {
  #guest-nav .lang-selection {
    display: none;
  }
}
#guest-nav .lang-selection:hover {
  filter: brightness(0.95);
}
#guest-nav .lang-selection .dropdown-menu {
  width: -moz-max-content;
  width: max-content;
  padding: 0.6666666667em;
  border-radius: 1em;
  top: 10px !important;
}
#guest-nav .lang-selection .dropdown-menu .dropdown-item {
  background: #fff !important;
  padding: 0;
}
#guest-nav .lang-selection .dropdown-menu .dropdown-item:not(#guest-nav .lang-selection .dropdown-menu .dropdown-item:last-child) {
  margin-bottom: 16px;
}
#guest-nav .lang-selection img {
  border-radius: 4px;
}
#guest-nav .connected-links a {
  padding: 8px 0 !important;
}
#guest-nav .connected-links a span {
  margin-left: 32px;
}
#guest-nav .auth {
  display: flex;
  align-items: center;
  gap: 0.6666666667em;
}
@media (max-width: 1024px) {
  #guest-nav .auth {
    display: none;
  }
}
#guest-nav .auth .dropdown-menu {
  width: -moz-max-content;
  width: max-content;
  padding: 0.6666666667em 1.5em 0.6666666667em 0.6666666667em;
  border-radius: 1em;
  top: 10px !important;
}
#guest-nav .auth .dropdown-menu.user {
  left: -77px !important;
}
#guest-nav .auth .dropdown-item {
  padding-left: 1rem;
  margin-left: 1rem;
}
#guest-nav .auth a {
  padding: 4px 1em;
  border-radius: 1em;
  font-weight: 500;
  transition: 0.15s ease-in-out;
}
#guest-nav .auth a:hover {
  background: color-mix(in srgb, var(--orange), transparent 97%);
}
#guest-nav .auth a:last-of-type {
  background: var(--orange);
  color: white;
  font-weight: 700;
}
#guest-nav .auth a:last-of-type:hover {
  color: white !important;
  background: color-mix(in srgb, var(--orange), black 5%);
}
#guest-nav .connected {
  display: flex;
  align-items: center;
  border-radius: 1.75em;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  #guest-nav .connected {
    display: none;
  }
}
#guest-nav .connected a {
  padding: 0;
}
#guest-nav .connected .dropdown-menu {
  width: -moz-max-content;
  width: max-content;
  padding: 0.6666666667em 1.5em 0.6666666667em 0.6666666667em;
  border-radius: 1em;
  top: 10px !important;
  left: -55px !important;
}
#guest-nav .connected .dropdown-menu a {
  padding: 8px 0 !important;
}
#guest-nav .connected .dropdown-menu a span {
  margin-left: 32px;
}
#guest-nav .cart {
  position: relative;
}
#guest-nav .cart iconify-icon {
  font-size: 24px;
  position: relative;
  top: 5px;
}
#guest-nav .cart .count {
  position: absolute;
  bottom: -8px;
  left: 8px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--orange), transparent 10%);
  display: grid;
  place-content: center;
  transform: scale(0.75);
}
#guest-nav .cart .count span {
  color: white;
  font-weight: 500;
}

#vue-widget-nav-mobile .content {
  display: flex;
  gap: 1.75em;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1em;
}
#vue-widget-nav-mobile #drop-address {
  display: flex;
  gap: 1em;
}
#vue-widget-nav-mobile #drop-address :first-child {
  order: 2;
}
#vue-widget-nav-mobile #drop-address :last-child {
  order: 1;
}

#non-auth .draw-auth {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  text-align: center;
}

footer {
  margin-top: 0;
  background: var(--fonce);
}
footer * {
  color: var(--clair);
}

.sub-footer {
  margin-top: 0;
  background: var(--fonce);
}
.sub-footer * {
  color: var(--clair);
}

#vue-esubscription {
  border-radius: 50px;
}
#vue-esubscription .el-input__wrapper {
  border-radius: 1em 1.5em 1.5em 1em;
}

:root {
  --background-color: #fffdfa;
  --orange: #fc7a00;
  --vert: #7d9176;
  --fonce: #334141;
  --clair: #fef6f0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-weight: normal;
}

body {
  background: var(--background-color);
}

section[data-screenshift] {
  margin-bottom: 6em;
}

.mobileapp {
  max-width: 90vw !important;
}

.el-button--primary {
  background: var(--orange) !important;
  border-color: var(--orange) !important;
}

iconify-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.header_icon {
  filter: brightness(0) saturate(100%) invert(59%) sepia(47%) saturate(5641%) hue-rotate(0deg) brightness(105%) contrast(105%);
}
/*# sourceMappingURL=global.css.map */