@charset "UTF-8";
/*
Theme Name:     Storefront Child Theme
Theme URI:      https://github.com/stuartduff/storefront-child-theme
Author:         Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Main SCSS entrypoint.
 *
 * Keep this file limited to imports so every new area of the theme can live in
 * its own partial: components for shared UI, pages for templates, and the
 * responsive partial for breakpoint-specific overrides.
 */
:root {
  --mlcd-color-primary: #b79d68;
  --mlcd-color-secondary: #c1482a;
}
body, button, input, textarea {
  color: #b79d68;
  font-family: "DM Sans", Arial, sans-serif;
}
a, a:visited, .site-title a, .main-navigation ul li a, .site-header-cart .cart-contents, .woocommerce-breadcrumb a {
  color: #b79d68;
}
a:hover, a:focus, .site-title a:hover, .main-navigation ul li a:hover, .main-navigation ul li a:focus, .site-header-cart .cart-contents:hover, .woocommerce-breadcrumb a:hover {
  color: #c1482a;
}
h1, h2, h3, h4, h5, h6, .entry-title, .entry-title a, .widget-title {
  color: #b79d68;
  font-family: "Lexend Exa", Arial, sans-serif;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .wc-block-components-button, .added_to_cart {
  background-color: #b79d68;
  border-color: #b79d68;
  color: #fff;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .button:hover, .button:focus, .wc-block-components-button:hover, .wc-block-components-button:focus, .added_to_cart:hover, .added_to_cart:focus {
  background-color: #c1482a;
  border-color: #c1482a;
  color: #fff;
}
.secondary-navigation a, .site-info a, .star-rating span::before, .quantity .plus, .quantity .minus, .storefront-handheld-footer-bar ul li > a {
  color: #c1482a;
}
mark, ins, .onsale, .woocommerce-info, .woocommerce-message {
  border-color: #c1482a;
}
.site-content {
  position: relative;
}
.site-main, .entry-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
p.wp-block-paragraph:empty {
  display: none;
}
.custom-site-header {
  background: #fff;
  border-bottom: 0;
  margin-bottom: 0 !important;
  padding: 0;
  position: relative;
  z-index: 1;
}
.custom-site-header .custom-site-header__inner {
  align-items: center;
  display: flex;
  gap: 54px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1320px;
  padding: 20px 28px;
  width: 100%;
}
.custom-site-header .custom-site-header__logo {
  flex: 0 0 auto;
}
.custom-site-header .custom-site-header__logo .custom-logo-link {
  display: inline-block;
}
.custom-site-header .custom-site-header__logo .custom-logo {
  display: block;
  height: auto;
  max-height: 73px;
  object-fit: contain;
  width: 174px;
}
.custom-site-header .custom-site-header__site-name {
  align-items: center;
  background: #b79d68;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-family: "Lexend Exa", Arial, sans-serif;
  font-weight: 700;
  min-height: 73px;
  padding: 10px 28px;
  text-decoration: none;
}
.custom-site-header .custom-site-header__navigation {
  flex: 0 1 auto;
}
.custom-site-header .custom-site-header__menu {
  align-items: center;
  display: flex;
  gap: 52px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-site-header .custom-site-header__menu li {
  margin: 0;
  padding: 0;
}
.custom-site-header .custom-site-header__menu a {
  color: #b79d68;
  display: inline-flex;
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.custom-site-header .custom-site-header__menu a:hover, .custom-site-header .custom-site-header__menu a:focus, .custom-site-header .custom-site-header__menu .current-menu-item > a, .custom-site-header .custom-site-header__menu .current_page_item > a {
  color: #c1482a;
}
.custom-site-header .custom-site-header__menu .sub-menu {
  margin: 0;
  background: #fff;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.custom-site-header .custom-site-header__menu .sub-menu li {
  margin: 0;
  padding: 0;
}
.custom-site-header .custom-site-header__menu .sub-menu li a {
  padding: 10px 0;
  font-size: 15px;
  min-width: max-content;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: color 0.2s ease, background 0.2s ease;
}
.custom-site-header .custom-site-header__menu .sub-menu li a:hover {
  color: #c1482a;
}
.custom-site-header .custom-site-header__menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.custom-site-header .custom-site-header__pro-button {
  align-items: center;
  background: #c1482a;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  gap: 2px;
  justify-content: center;
  min-height: 40px;
  min-width: 164px;
  padding: 10px 24px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.custom-site-header .custom-site-header__pro-button .custom-site-header__pro-icon {
  display: block;
  height: 12px;
  margin-left: 10px;
  width: 8px;
}
.custom-site-header .custom-site-header__pro-button:hover, .custom-site-header .custom-site-header__pro-button:focus {
  background: #9f3b23;
  color: #fff;
}
.custom-site-header__actions {
  align-items: center;
  display: flex;
  gap: 16px;
}
.custom-site-header__cart {
  align-items: center;
  color: #b79d68;
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
.custom-site-header__cart:hover, .custom-site-header__cart:focus {
  color: #c1482a;
}
.custom-site-header__cart-icon {
  display: block;
  height: 24px;
  width: 24px;
}
.custom-site-header__cart-count {
  align-items: center;
  background: #c1482a;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 5px;
  position: absolute;
  right: -8px;
  top: -8px;
}
.site-hero {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.site-hero__image {
  display: block;
  height: min(70vh, 680px);
  min-height: 360px;
  object-fit: cover;
  width: 100%;
}
.site-hero-title {
  align-items: center;
  background: #b79d68;
  display: flex;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  min-height: 470px;
  overflow: visible;
  padding: 72px 32px;
  position: relative;
  text-align: center;
  z-index: 3;
}
.site-hero-title::before {
  background: var(--ornement-header) left top / contain no-repeat;
  content: "";
  filter: drop-shadow(0 22px 3px rgba(0, 0, 0, 0.1));
  height: 520px;
  left: 4%;
  pointer-events: none;
  position: absolute;
  top: -160px;
  width: 400px;
  z-index: 6;
}
.site-hero-title::after {
  background: var(--ruban-cadeau) center / contain no-repeat;
  content: "";
  height: 1160px;
  pointer-events: none;
  position: absolute;
  right: -860px;
  top: -630px;
  width: 1280px;
  z-index: 6;
}
.site-hero-title--inner {
  min-height: 270px;
}
.site-hero-title__text {
  color: #fff;
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin: 0;
  max-width: 1120px;
  position: relative;
  text-transform: uppercase;
  z-index: 7;
}
.custom-site-footer {
  background: #fff;
  color: #b79d68;
  margin: 0 calc(50% - 50vw);
  padding: 54px 32px 50px;
}
.custom-site-footer a, .custom-site-footer a:not(.button), .custom-site-footer a:not(.button):not(.components-button), .custom-site-footer a:visited {
  color: #b79d68;
  text-decoration: none;
}
.custom-site-footer a:hover, .custom-site-footer a:focus, .custom-site-footer a:not(.button):hover, .custom-site-footer a:not(.button):focus, .custom-site-footer a:not(.button):not(.components-button):hover, .custom-site-footer a:not(.button):not(.components-button):focus, .custom-site-footer a:visited:hover, .custom-site-footer a:visited:focus {
  color: #c1482a;
}
.custom-site-footer__inner {
  align-items: flex-start;
  display: grid;
  gap: clamp(40px, 5vw, 90px);
  grid-template-columns: minmax(170px, 200px) minmax(360px, 450px) minmax(310px, 360px) minmax(90px, 130px);
  margin: 0 auto;
  max-width: 1320px;
}
.custom-site-footer__brand {
  padding-top: 2px;
}
.custom-site-footer__logo {
  display: block;
  height: auto;
  max-width: 190px;
  width: 100%;
}
.custom-site-footer__menus {
  border-top: 1px solid #b79d68;
  display: grid;
  gap: 0 72px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 18px;
}
.custom-site-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.custom-site-footer__nav a {
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}
.custom-site-footer__partner {
  align-items: center;
  border-top: 1px solid #b79d68;
  display: flex;
  gap: 10px;
  grid-column: 1 / -1;
  margin-top: 24px;
  padding-top: 18px;
}
.custom-site-footer__partner span {
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
}
.custom-site-footer__partner-logo {
  display: block;
  height: auto;
  max-height: 18px;
  object-fit: contain;
  width: 100px;
}
.custom-site-footer__partner-link {
  display: inline-flex;
}
.footer-wish {
  margin-top: 80px;
  background: #c1482a;
  padding: 76px 32px 86px;
  position: relative;
  text-align: center;
}
.footer-wish__inner {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
.footer-wish__bow {
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  top: -156px;
  transform: translateX(-50%);
  width: 198px;
  z-index: 6;
}
.footer-wish__title {
  color: #fff;
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.25;
  margin: 0;
}
.custom-site-footer__contact {
  display: flex;
  flex-direction: column;
  font-style: normal;
  gap: 13px;
  margin: 0;
  padding-top: 10px;
}
.custom-site-footer__contact-item {
  align-items: flex-start;
  display: flex;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 13px;
  gap: 14px;
  line-height: 1.25;
  margin: 0;
}
.custom-site-footer__icon {
  color: #b79d68;
  flex: 0 0 20px;
  height: 20px;
  margin-top: -2px;
  width: 20px;
}
.custom-site-footer__icon path {
  fill: currentColor;
}
.custom-site-footer__social {
  padding-top: 10px;
}
.custom-site-footer__social-title {
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  margin: 0 0 8px;
}
.custom-site-footer__social-links {
  display: flex;
  gap: 11px;
}
.custom-site-footer__social-links a {
  color: #b79d68;
  display: block;
  height: 22px;
  width: 22px;
}
.custom-site-footer__social-links a:visited {
  color: #b79d68;
}
.custom-site-footer__social-links a:hover, .custom-site-footer__social-links a:focus {
  color: #c1482a;
}
.custom-site-footer__social-links svg {
  display: block;
  height: 100%;
  width: 100%;
}
.custom-site-footer__social-links path {
  fill: currentColor;
}
.template-accueil .accueil-services-panel {
  background: transparent;
  margin: -470px calc(50% - 50vw) 3rem;
  min-height: calc(470px + 18.125vw);
  overflow: visible;
  padding: 100px 32px 18.125vw;
  position: relative;
  z-index: 3;
}
.template-accueil .accueil-services-panel::before {
  background: var(--confettis-bg) center top / 100% auto no-repeat;
  content: "";
  height: 18.125vw;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 470px;
  z-index: 0;
}
.template-accueil .accueil-services__inner {
  display: grid;
  gap: clamp(32px, 6vw, 100px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  z-index: 2;
}
.template-accueil .accueil-service-card {
  margin: 0;
  text-align: center;
}
.template-accueil .accueil-service-card__title {
  color: #fff;
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 3.3px;
  line-height: 1;
  margin: 0 0 clamp(64px, 7vw, 112px);
  text-transform: uppercase;
}
.template-accueil .accueil-service-card__media {
  aspect-ratio: 0.7571428571;
  border-radius: 22px;
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.25);
  height: auto;
  margin: 0 auto;
  max-width: 318px;
  position: relative;
  width: min(100%, 24vw);
}
.template-accueil .accueil-service-card__icon {
  display: block;
  left: 50%;
  position: absolute;
  top: clamp(-58px, -4vw, -36px);
  transform: translateX(-50%);
  width: clamp(74px, 8vw, 116px);
  z-index: 2;
}
.template-accueil .accueil-service-card__icon img {
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}
.template-accueil .accueil-service-card__image {
  border-radius: 22px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.template-accueil .accueil-partners {
  margin: -150px calc(50% - 50vw) 0;
  padding: 0 32px 120px;
}
.template-accueil .accueil-partners__inner {
  margin: 0 auto;
  max-width: 1300px;
}
.template-accueil .accueil-partners__title {
  color: #c1482a;
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1;
  margin: 0 0 86px;
  text-align: center;
  text-transform: uppercase;
}
.template-accueil .accueil-partners__slider {
  align-items: center;
  display: grid;
  gap: clamp(28px, 4vw, 64px);
  grid-template-columns: 42px minmax(0, 1fr) 42px;
}
.template-accueil .accueil-partners__logos {
  --partners-gap: clamp(34px, 3.6vw, 70px);
  --partner-logo-width: calc((100% - (5 * var(--partners-gap))) / 6);
  overflow: hidden;
  width: 100%;
}
.template-accueil .accueil-partners__track {
  align-items: center;
  display: flex;
  gap: var(--partners-gap);
  will-change: transform;
}
.template-accueil .accueil-partners__logo {
  align-items: center;
  display: flex;
  flex: 0 0 var(--partner-logo-width);
  height: clamp(92px, 7vw, 140px);
  justify-content: center;
  position: relative;
  width: 100%;
}
.template-accueil .accueil-partners__logo::after {
  background: radial-gradient(ellipse at center, rgba(90, 71, 140, 0.28) 0, rgba(90, 71, 140, 0.14) 34%, rgba(90, 71, 140, 0) 72%);
  bottom: -18px;
  content: "";
  height: 18px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 84px;
}
.template-accueil .accueil-partners__logo img {
  display: block;
  max-height: 100%;
  max-width: min(150px, 100%);
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.template-accueil .accueil-partners__arrow {
  appearance: none;
  background: transparent;
  border: 0;
  color: #c1482a;
  cursor: pointer;
  display: block;
  height: 42px;
  padding: 0;
  position: relative;
  width: 42px;
}
.template-accueil .accueil-partners__arrow::before {
  border-color: currentColor;
  border-style: solid;
  content: "";
  height: 22px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 22px;
}
.template-accueil .accueil-partners__arrow:hover, .template-accueil .accueil-partners__arrow:focus {
  background: transparent;
  color: #9f3b23;
}
.template-accueil .accueil-partners__arrow--prev::before {
  border-width: 0 0 4px 4px;
  transform: translate(-35%, -50%) rotate(45deg);
}
.template-accueil .accueil-partners__arrow--next::before {
  border-width: 4px 4px 0 0;
  transform: translate(-65%, -50%) rotate(45deg);
}
.template-accueil .accueil-news {
  background: var(--news-bg) center / cover no-repeat;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding: 120px 32px 200px;
  position: relative;
}
.template-accueil .accueil-news::after {
  background: var(--ornement-news) center / contain no-repeat;
  content: "";
  height: 260px;
  pointer-events: none;
  position: absolute;
  right: 7%;
  top: 100px;
  width: 300px;
  z-index: 1;
}
.template-accueil .accueil-news__inner {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  z-index: 2;
}
.template-accueil .accueil-news__title {
  color: #b79d68;
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1;
  margin: 0 0 70px;
  text-align: center;
  text-transform: uppercase;
}
.template-accueil .accueil-news__slider {
  --news-gap: 48px;
  --news-card-width: calc((100% - (2 * var(--news-gap))) / 3);
}
.template-accueil .accueil-news__viewport {
  overflow: hidden;
  width: 100%;
}
.template-accueil .accueil-news__track {
  display: flex;
  gap: var(--news-gap);
  will-change: transform;
}
.template-accueil .accueil-news-card {
  background: transparent;
  flex: 0 0 var(--news-card-width);
  margin: 0;
  overflow: visible;
  padding-bottom: 16px;
  position: relative;
}
.template-accueil .accueil-news-card__link {
  border-radius: 16px;
  color: #b79d68;
  display: block;
  height: 100%;
  overflow: visible;
  text-decoration: none;
}
.template-accueil .accueil-news-card__image-wrap {
  background: rgba(183, 157, 104, 0.08);
  border-radius: 16px 16px 0 0;
  display: block;
  height: 247px;
  overflow: hidden;
}
.template-accueil .accueil-news-card__body {
  background: #fff;
  border-radius: 0 0 16px 16px;
  display: block;
  min-height: 172px;
  padding: 24px 28px 34px;
  position: relative;
}
.template-accueil .accueil-news-card__more {
  align-items: center;
  background: #b79d68;
  border-radius: 40px;
  bottom: -12px;
  color: #fff;
  display: inline-flex;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 14px;
  height: 25px;
  justify-content: center;
  line-height: 1;
  padding: 0 16px;
  position: absolute;
  right: 24px;
  text-decoration: none;
}
.template-accueil .accueil-news-card__image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.template-accueil .accueil-news-card__title {
  color: #b79d68;
  display: block;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 28px;
}
.template-accueil .accueil-news-card__excerpt {
  color: #b79d68;
  display: block;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.05;
}
.template-accueil .accueil-news__arrows {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 52px;
}
.template-accueil .accueil-news__arrow {
  appearance: none;
  background: transparent;
  border: 2px solid #b79d68;
  border-radius: 999px;
  color: #b79d68;
  cursor: pointer;
  height: 51px;
  padding: 0;
  position: relative;
  width: 51px;
}
.template-accueil .accueil-news__arrow::before {
  border-color: currentColor;
  border-style: solid;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 14px;
}
.template-accueil .accueil-news__arrow:hover, .template-accueil .accueil-news__arrow:focus {
  background: #b79d68;
  color: #fff;
}
.template-accueil .accueil-news__arrow--prev::before {
  border-width: 0 0 2px 2px;
  transform: translate(-35%, -50%) rotate(45deg);
}
.template-accueil .accueil-news__arrow--next::before {
  border-width: 2px 2px 0 0;
  transform: translate(-65%, -50%) rotate(45deg);
}
.template-partenaires .partenaires-hero {
  background: #b79d68;
  margin: 0 calc(50% - 50vw);
  overflow: visible;
  position: relative;
  z-index: 8;
}
.template-partenaires .partenaires-hero__stage {
  background: var(--partenaires-bg) center / cover no-repeat;
  min-height: 660px;
  overflow: visible;
  padding: clamp(38px, 5vw, 70px) 24px calc(clamp(52px, 6vw, 86px) + 200px);
  position: relative;
  z-index: 1;
}
.template-partenaires .partenaires-hero__panel {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(24px, 3vw, 42px) clamp(20px, 3.5vw, 52px) 32px;
  position: relative;
  z-index: 9;
}
.template-partenaires .partenaires-hero__subtitle {
  color: #b79d68;
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1;
  margin: 0 0 70px;
  text-align: center;
  text-transform: uppercase;
}
.template-partenaires .partenaires-hero__logos {
  color: #39514d;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.template-partenaires .partenaires-hero__logos > * {
  margin-bottom: 0;
}
.template-partenaires .partenaires-hero__logos ul, .template-partenaires .partenaires-hero__logos ol, .template-partenaires .partenaires-hero__logos .mlc-partner-logos, .template-partenaires .partenaires-hero__logos .partner-logos, .template-partenaires .partenaires-hero__logos .partners-logos {
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
}
.template-partenaires .partenaires-hero__logos li, .template-partenaires .partenaires-hero__logos .mlc-partner-logo, .template-partenaires .partenaires-hero__logos .partner-logo, .template-partenaires .partenaires-hero__logos > a, .template-partenaires .partenaires-hero__logos > img {
  align-items: center;
  background: #fff;
  border: 1px solid #ddd8c9;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 92px;
  padding: 7px;
}
.template-partenaires .partenaires-hero__logos a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.template-partenaires .partenaires-hero__logos img {
  display: block;
  height: auto;
  max-height: 78px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}
.template-partenaires .partenaires-hero__logos > img {
  height: 92px;
  object-fit: contain;
  width: 100%;
}
.template-partenaires .partenaires-hero__link {
  position: absolute;
  top: -25px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 13px 38px;
  border-radius: 999px;
  background: #c1482a;
  color: #fff !important;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 800;
  text-decoration: none !important;
  transform: translateX(-50%);
  z-index: 10;
  transition: background 0.2s ease, transform 0.2s ease;
}
.template-partenaires .partenaires-hero__link:hover {
  background: #973821;
  transform: translateX(-50%) scale(1.01);
}
.template-partenaires .partenaires-content {
  margin: 0 auto;
  max-width: 1180px;
  padding: 48px 24px;
}
@media (max-width: 1024px) {
  .template-partenaires .partenaires-hero__logos ul, .template-partenaires .partenaires-hero__logos ol, .template-partenaires .partenaires-hero__logos .mlc-partner-logos, .template-partenaires .partenaires-hero__logos .partner-logos, .template-partenaires .partenaires-hero__logos .partners-logos {
    display: contents;
  }
  .template-partenaires .partenaires-hero__logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .template-partenaires .partenaires-hero__stage {
    min-height: 0;
    padding: 28px 14px 200px;
  }
  .template-partenaires .partenaires-hero__panel {
    padding: 20px 14px 24px;
  }
  .template-partenaires .partenaires-hero__logos ul, .template-partenaires .partenaires-hero__logos ol, .template-partenaires .partenaires-hero__logos .mlc-partner-logos, .template-partenaires .partenaires-hero__logos .partner-logos, .template-partenaires .partenaires-hero__logos .partners-logos {
    display: contents;
  }
  .template-partenaires .partenaires-hero__logos {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .template-partenaires .partenaires-hero__logos li, .template-partenaires .partenaires-hero__logos .mlc-partner-logo, .template-partenaires .partenaires-hero__logos .partner-logo, .template-partenaires .partenaires-hero__logos > a, .template-partenaires .partenaires-hero__logos > img {
    min-height: 82px;
  }
}
@media (min-width: 768px) {
  .woocommerce-cart.right-sidebar .content-area, .woocommerce-cart.left-sidebar .content-area, .woocommerce-checkout.right-sidebar .content-area, .woocommerce-checkout.left-sidebar .content-area, .woocommerce-account.right-sidebar .content-area, .woocommerce-account.left-sidebar .content-area, .woocommerce-page.right-sidebar .content-area, .woocommerce-page.left-sidebar .content-area {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}
.ep-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.ep-nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 64px;
}
.ep-nav__item {
  position: relative;
}
.ep-nav__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  height: 64px;
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #444;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}
.ep-nav__btn:hover {
  color: #b79d68;
  background: rgba(183, 157, 104, 0.04);
}
.ep-nav__btn:focus {
  outline: 2px solid #b79d68;
  outline-offset: -2px;
}
.ep-nav__link--direct {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 16px;
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ep-nav__link--direct:hover {
  color: #b79d68;
  background: rgba(183, 157, 104, 0.04);
}
.ep-nav__chevron {
  transition: transform 0.2s ease;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  color: #888;
}
.ep-nav__btn:hover .ep-nav__chevron {
  color: #b79d68;
}
.ep-nav__btn[aria-expanded="true"] {
  color: #b79d68;
  background: rgba(183, 157, 104, 0.04);
}
.ep-nav__btn[aria-expanded="true"]__chevron {
  transform: rotate(180deg);
  color: #b79d68;
}
.ep-nav__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 8px 0;
  z-index: 1001;
  animation: fadeIn 0.15s ease;
}
.ep-nav__sub-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 20px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #555;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease;
  line-height: 1.4;
}
.ep-nav__sub-btn:hover {
  background: rgba(183, 157, 104, 0.06);
  color: #b79d68;
  padding-left: 24px;
}
.ep-nav__sub-btn:focus {
  outline: none;
  background: rgba(183, 157, 104, 0.06);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ep-type-selector {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ep-type-option {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ep-type-option:hover {
  border-color: #d8caad;
  background: rgba(183, 157, 104, 0.02);
}
.ep-type-option--selected {
  border-color: #b79d68;
  background: rgba(183, 157, 104, 0.04);
}
.ep-type-option--selected .ep-type-option__radio {
  border-color: #b79d68;
  background: #b79d68;
}
.ep-type-option--selected .ep-type-option__radio::after {
  opacity: 1;
}
.ep-type-option__radio {
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.ep-type-option__radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.ep-type-option__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ep-type-option__title {
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}
.ep-type-option__desc {
  font-size: 0.9rem;
  color: #666;
}
.mlc-form-section__subtitle {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 16px;
}
.mlc-field__select {
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
  color: #333;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.mlc-field__select:focus {
  outline: none;
  border-color: #b79d68;
}
.ep-panel[hidden] {
  display: none;
}
.ep-panel__inner {
  margin: 0 auto;
  padding: 48px 24px 64px;
}
.ep-section-header {
  text-align: center;
  margin-bottom: 40px;
}
.ep-section-header__title {
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #b79d68;
  margin-bottom: 12px;
}
.ep-section-header__subtitle {
  font-size: 1.1rem;
  color: #666;
}
.ep-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .ep-comparison {
    grid-template-columns: 1fr;
  }
}
.ep-comparison-card {
  background: #fff;
  border: 2px solid #e8e0d0;
  border-radius: 14px;
  padding: 28px 24px;
}
.ep-comparison-card h3 {
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 16px;
}
.ep-comparison-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.ep-comparison-card ul li {
  padding: 6px 0;
  font-size: 0.9rem;
  color: #444;
  border-bottom: 1px solid #f5f1ea;
  line-height: 1.4;
}
.ep-event-accordion-container {
  max-width: 800px;
  margin: 0 auto;
}
.ep-event-accordion {
  border-bottom: 1px solid #e8e0d0;
}
.ep-event-accordion__summary {
  list-style: none;
  padding: 18px 0;
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ep-event-accordion__summary::after {
  content: "+";
  font-size: 1.4rem;
  color: #b79d68;
  font-weight: 400;
}
.ep-event-accordion__summary::-webkit-details-marker {
  display: none;
}
.ep-event-accordion[open] .ep-event-accordion__summary::after {
  content: "−";
}
.ep-event-accordion__body {
  padding: 4px 0 24px;
  font-size: 0.92rem;
  color: #555;
  line-height: 1.7;
}
.ep-event-accordion__body p {
  margin-bottom: 12px;
}
.ep-event-cta {
  display: inline-block;
  margin-top: 4px;
  padding: 10px 20px;
  background: #b79d68;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.ep-event-cta:hover {
  background: #a78a4f;
}
.ep-help-trigger {
  align-self: flex-start;
  margin-top: 8px;
  color: #b79d68;
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.ep-help-trigger:hover, .ep-help-trigger:focus {
  color: #c1482a;
}
.ep-help-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}
.ep-help-modal[hidden] {
  display: none;
}
.ep-help-modal--open {
  display: flex;
}
.ep-help-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.ep-help-modal__dialog {
  position: relative;
  width: min(640px, calc(100% - 40px));
  max-height: calc(100vh - 40px);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: fadeIn 0.2s ease;
}
.ep-help-modal__close {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 20px 5px;
  font-size: 50px;
  line-height: 0px;
  text-align: center;
  background: transparent;
  color: #b79d68;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.ep-help-modal__close:hover {
  background: transparent;
  color: #8a5a2e;
}
.ep-help-modal__title {
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: 1.4rem;
  color: #b79d68;
  padding: 24px 24px 0;
  margin-bottom: 0;
}
.ep-help-modal__content {
  padding: 20px 24px 28px;
  overflow-y: auto;
}
.ep-help-modal__content h3 {
  font-family: "Lexend Exa", Arial, sans-serif;
  font-size: 1.1rem;
  color: #333;
  margin: 24px 0 10px;
}
.ep-help-modal__content h3:first-child {
  margin-top: 0;
}
.ep-help-modal__content p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
}
.ep-help-modal__content ul {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 16px;
}
.ep-help-modal__content ul li {
  font-size: 0.95rem;
  color: #444;
  padding: 3px 0;
  line-height: 1.5;
}
.ep-help-modal__note {
  font-size: 0.85rem;
  color: #777;
  font-style: italic;
  margin-bottom: 24px;
}
.ep-incentive-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.ep-incentive-content p {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 24px;
}
.ep-incentive-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 24px;
}
.ep-incentive-pillars span {
  background: #fff;
  border: 1px solid #dfd3bb;
  border-radius: 20px;
  padding: 8px 18px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #444;
}
.template-offrir-bon-cadeau .offrir-bon-cadeau-form-section {
  min-height: 80vh;
}
.template-offrir-bon-cadeau .offrir-bon-cadeau-form-section__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.template-offrir-bon-cadeau .offrir-bon-cadeau-form-section__intro > div {
  flex: 1;
}
.template-offrir-bon-cadeau .offrir-bon-cadeau-form-section__intro .mlc-cagnottes-create-btn {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .template-offrir-bon-cadeau .offrir-bon-cadeau-form-section {
    min-height: auto;
  }
  .template-offrir-bon-cadeau .offrir-bon-cadeau-form-section__intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .template-offrir-bon-cadeau .offrir-bon-cadeau-form-section__intro .mlc-cagnottes-create-btn {
    width: 100%;
  }
}
/* ---- Panier WooCommerce - affichage des métadonnées ---- */
.woocommerce-cart .woocommerce-cart-item-data .wc-poa-addon-name, .woocommerce-cart .woocommerce-cart-item-data .wc-poa-addon-value, .woocommerce-checkout .woocommerce-cart-item-data .wc-poa-addon-name, .woocommerce-checkout .woocommerce-cart-item-data .wc-poa-addon-value {
  display: block;
}
.woocommerce-cart .woocommerce-cart-item-data .wc-poa-addon-name::after, .woocommerce-checkout .woocommerce-cart-item-data .wc-poa-addon-name::after {
  content: "";
}
.woocommerce-cart .woocommerce-cart-item-data .wc-poa-addon-value::before, .woocommerce-checkout .woocommerce-cart-item-data .wc-poa-addon-value::before {
  content: "";
}
.woocommerce-cart .variation dt, .woocommerce-cart .variation dd, .woocommerce-checkout .variation dt, .woocommerce-checkout .variation dd {
  display: block;
  margin: 0;
}
.woocommerce-cart .variation dt, .woocommerce-checkout .variation dt {
  font-weight: 600;
  margin-bottom: 2px;
}
.woocommerce-cart .variation dd, .woocommerce-checkout .variation dd {
  margin-bottom: 8px;
}
.woocommerce-cart .variation dt::after, .woocommerce-checkout .variation dt::after {
  content: "";
}
.woocommerce-cart .variation dd::before, .woocommerce-checkout .variation dd::before {
  content: "";
}
/* ---- Bénéficiaires multiples ---- */
.mlc-beneficiary-row {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
}
.mlc-beneficiary-row:last-child {
  margin-bottom: 0;
}
.mlc-beneficiary-row:first-child {
  padding-top: 20px;
}
.mlc-beneficiary-row__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}
.mlc-beneficiary-row__title {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
  color: #333;
}
.mlc-btn-remove-beneficiary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #d32f2f;
  color: #d32f2f;
  border-radius: 4px;
  font-size: 0.9em;
  cursor: pointer;
  transition: all 0.2s ease;
}
.mlc-btn-remove-beneficiary:hover {
  background: #d32f2f;
  color: #fff;
}
.mlc-btn-remove-beneficiary svg {
  flex-shrink: 0;
}
.mlc-beneficiary-row__amount {
  margin-bottom: 16px;
}
.mlc-btn-add-beneficiary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #c4b080;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 16px;
}
.mlc-btn-add-beneficiary:hover {
  background: #a89660;
}
.mlc-btn-add-beneficiary svg {
  flex-shrink: 0;
}
.mlc-amount-selector--small .mlc-amount-tile {
  padding: 10px 14px;
  font-size: 0.9em;
}
@media (max-width: 768px) {
  .mlc-beneficiary-row__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .mlc-btn-add-beneficiary {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .custom-site-header .custom-site-header__inner {
    gap: 28px;
    justify-content: space-between;
  }
  .custom-site-header .custom-site-header__menu {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .custom-site-header .custom-site-header__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .custom-site-header .custom-site-header__navigation {
    flex-basis: 100%;
    order: 3;
  }
  .custom-site-header .custom-site-header__menu {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media (max-width: 1180px) {
  .custom-site-footer__inner {
    gap: 38px 56px;
    grid-template-columns: minmax(170px, 220px) 1fr;
  }
  .custom-site-footer__social {
    grid-column: 2;
  }
}
@media (max-width: 768px) {
  .custom-site-footer {
    padding: 42px 20px 44px;
  }
  .custom-site-footer__inner {
    gap: 32px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .custom-site-footer__brand, .custom-site-footer__social {
    grid-column: auto;
  }
  .custom-site-footer__logo {
    margin: 0 auto;
    max-width: 178px;
  }
  .custom-site-footer__menus {
    gap: 22px;
    grid-template-columns: 1fr;
  }
  .custom-site-footer__partner, .custom-site-footer__contact-item, .custom-site-footer__social-links {
    justify-content: center;
  }
  .custom-site-footer__contact-item {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .template-accueil .accueil-partners__logos {
    --partners-gap: 46px;
    --partner-logo-width: calc((100% - (3 * var(--partners-gap))) / 4);
  }
  .template-accueil .accueil-news::after {
    display: none;
  }
  .template-accueil .accueil-news__slider {
    --news-gap: 36px;
    --news-card-width: calc((100% - var(--news-gap)) / 2);
  }
}
@media (max-width: 980px) {
  .site-hero-title::after {
    display: none;
  }
  .template-accueil .accueil-services__inner {
    gap: 70px;
    grid-template-columns: 1fr;
    max-width: 360px;
  }
  .template-accueil .accueil-service-card__media {
    max-width: 318px;
    width: 82vw;
  }
}
@media (max-width: 768px) {
  .site-hero-title {
    padding: 54px 20px;
  }
  .site-hero-title--home {
    min-height: 360px;
  }
  .site-hero-title--inner {
    min-height: 270px;
  }
  .template-accueil .accueil-services-panel {
    margin-top: -360px;
    min-height: calc(360px + 18.125vw);
    padding: 60px 20px 18.125vw;
  }
  .template-accueil .accueil-services-panel::before {
    top: 360px;
  }
  .template-accueil .accueil-services__inner {
    gap: 70px;
    grid-template-columns: 1fr;
    max-width: 320px;
  }
  .template-accueil .accueil-service-card__title {
    font-size: 18px;
    letter-spacing: 2.7px;
    margin-bottom: 54px;
  }
  .template-accueil .accueil-service-card__media {
    max-width: 258px;
    width: 72vw;
  }
  .template-accueil .accueil-service-card__icon {
    top: -48px;
    width: 96px;
  }
  .template-accueil .accueil-partners {
    padding: 70px 20px 88px;
  }
  .template-accueil .accueil-partners__title {
    font-size: 26px;
    letter-spacing: 3.8px;
    margin-bottom: 52px;
  }
  .template-accueil .accueil-partners__slider {
    grid-template-columns: 28px minmax(0, 1fr) 28px;
  }
  .template-accueil .accueil-partners__logos {
    gap: 30px;
    --partners-gap: 30px;
    --partner-logo-width: calc((100% - var(--partners-gap)) / 2);
  }
  .template-accueil .accueil-news {
    padding: 70px 20px 88px;
  }
  .template-accueil .accueil-news__title {
    font-size: 26px;
    letter-spacing: 3px;
    margin-bottom: 48px;
  }
  .template-accueil .accueil-news__slider {
    --news-gap: 24px;
    --news-card-width: 100%;
  }
  .template-accueil .accueil-news-card__image-wrap {
    height: 220px;
  }
  .template-accueil .accueil-news-card__link {
    margin: 0 auto;
    max-width: 340px;
  }
  .template-accueil .accueil-news-card__body {
    padding: 22px 22px 34px;
  }
  .template-accueil .accueil-news-card__title {
    font-size: 21px;
  }
  .template-accueil .accueil-news-card__excerpt {
    font-size: 16px;
  }
  .template-partenaires .partenaires-hero__subtitle {
    font-size: 26px;
    letter-spacing: 3px;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .site-content {
    padding-bottom: 54px;
  }
  .partenaires-hero__link {
    width: max-content;
    max-width: calc(100% - 32px);
    min-height: 34px;
    padding-inline: 20px;
    font-size: 12px;
  }
  .footer-wish {
    margin-top: -54px;
    padding: 64px 20px 68px;
  }
  .footer-wish__bow {
    top: -122px;
    width: 150px;
  }
  .footer-wish__title {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
