/*
Theme Name: Soldaa de Mohler
Theme URI: https://www.soldaademohler.fr/
Author: Arboresys
Description: Thème Soldaa de Mohler 2026
Version: 1.1.0
License: Proprietary
Text Domain: soldaa
*/

:root {
  --soldaa-primary: #ff00dd;
  --soldaa-primary-dark: #cc00aa;
  --soldaa-text: #6b6b6b;
  --soldaa-dark: #000000;
  --soldaa-bg: #ffffff;
  --soldaa-grey: #f0f0f0;
  --soldaa-text-grey: #888888;
  --font-title: "Alumni Sans SC", sans-serif;
  --font-body: "Roboto", sans-serif;
  --container: 1400px;
  --hero-max: 1600px;
}

body {
  font-family: var(--font-body, Roboto, sans-serif);
  color: var(--soldaa-text, #6b6b6b);
  background-color: var(--soldaa-bg);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  color: var(--soldaa-dark, #000000);
  letter-spacing: -0.008em;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

.bg-magenta {
  background-color: var(--soldaa-primary);
}

.bg-magenta-light {
  background-color: #ffccf8;
}

.bg-black {
  background-color: var(--soldaa-dark);
}

.text-magenta {
  color: var(--soldaa-primary);
}

.text-black {
  color: var(--soldaa-dark);
}

.text-white {
  color: var(--soldaa-bg);
}

.text-light {
  font-weight: 300;
}

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

.btn-primary,
.btn-top-action,
.btn-outline-white,
.btn-outline-black,
.btn-outline-magenta {
  display: inline-block;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration-line: none;
}

.btn-primary {
  background-color: var(--soldaa-primary, #ff00dd);
  color: var(--soldaa-bg);
  padding: 15px 30px;
  font-size: 34px;
}

.btn-primary:hover {
  background-color: var(--soldaa-dark, #000000);
}

.btn-top-action {
  white-space: nowrap;
  color: var(--soldaa-dark, #000000);
  padding: 6px 15px;
  border: 2px solid var(--soldaa-dark);
  font-size: 16px;
}

.btn-top-action:hover {
  background-color: var(--soldaa-dark, #000000);
  color: #fff;
}

.btn-outline-white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 20px;
}

.btn-outline-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  color: var(--soldaa-primary, #ff00dd);
}

.btn-outline-black {
  color: var(--soldaa-dark, #000000);
  border: 2px solid var(--soldaa-dark);
  padding: 8px 18px;
  font-size: 15px;
}

.btn-outline-black:hover {
  background-color: var(--soldaa-dark, #000000);
  color: #fff;
}

.btn-outline-magenta {
  cursor: pointer;
  background-color: transparent;
  color: var(--soldaa-primary, #ff00dd);
  border: 2px solid var(--soldaa-primary);
  padding: 10px 30px;
  font-size: 1.2rem;
}

.page-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container, 1400px);
  padding: 0 20px;
}

.split {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}

@media (max-width: 900px) {
  .split {
    flex-direction: column;
    gap: 36px;
  }
}

.split__main {
  flex: 1 1 0%;
}

.split__aside {
  flex: 0 0 42%;
}

.split__aside--wide {
  flex-basis: 44%;
}

.split__aside--narrow {
  flex-basis: 40%;
}

@media (max-width: 900px) {
  .split__aside, .split__aside--wide, .split__aside--narrow {
    flex-basis: auto;
  }
}

.display-title {
  margin: 0px;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9;
}

.site-header {
  position: sticky;
  top: 0px;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  z-index: 200;
}

.site-header.scrolled .header-top {
  padding: 8px 40px;
}

.site-header.scrolled .site-logo-img {
  max-height: 45px;
}

.header-top {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: var(--container, 1400px);
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
  transition: padding 0.3s ease;
}

.site-branding a {
  display: block;
}

.site-branding .site-title a {
  color: var(--soldaa-primary, #ff00dd);
  text-decoration-line: none;
  font-size: 2.5rem;
}

.site-logo-img {
  display: block;
  width: auto;
  max-height: 80px;
  transition: max-height 0.3s ease;
}

.mobile-menu-extras {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

.social-icon {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.social-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-nav {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: var(--container, 1400px);
  align-items: center;
  gap: 1.25rem;
  padding: 0 40px;
}

.menu-toggle {
  display: none;
}

.main-navigation {
  flex: 1 1 0%;
}

.main-navigation ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px;
  padding: 0px;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  text-transform: uppercase;
  font-size: 16px;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  color: var(--soldaa-dark, #000000);
  text-decoration-line: none;
  padding: 8px 8px 5px;
  border-bottom: 10px solid transparent;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
  color: var(--soldaa-dark, #000000);
  border-bottom-color: var(--soldaa-primary);
}

.main-navigation li.menu-item-magenta > a {
  background-color: var(--soldaa-primary, #ff00dd);
  color: #fff;
  padding: 2px 18px;
  border-bottom: none;
  margin-bottom: 7px;
}

.main-navigation li.menu-item-magenta + li.menu-item-magenta > a {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.main-navigation .menu-item-magenta > a:hover {
  background-color: var(--soldaa-primary-dark, #cc00aa);
}

.main-navigation .sub-menu {
  position: absolute;
  left: 0px;
  display: none;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  top: 100%;
  z-index: 1000;
  min-width: 240px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.main-navigation .sub-menu li {
  width: 100%;
}

.main-navigation .sub-menu a {
  text-transform: none;
  padding: 10px 18px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1rem;
}

.main-navigation .sub-menu li:last-child a {
  border-bottom: none;
}

.main-navigation .sub-menu a:hover {
  background-color: var(--soldaa-primary, #ff00dd);
  color: #fff;
}

.main-navigation li:hover > .sub-menu {
  display: flex;
}

.header-tools {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.375rem;
}

.action-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--soldaa-dark, #000000);
  text-decoration-line: none;
}

.action-icon img {
  height: 1.5rem;
  width: 1.5rem;
}

.tools-separator {
  line-height: 1;
  color: #ccc;
  font-size: 1.5rem;
}

.cart-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration-line: none;
}

.cart-info img {
  height: 1.5rem;
  width: 1.5rem;
}

.cart-totals {
  font-family: var(--font-body, Roboto, sans-serif);
  font-weight: 400;
  color: var(--soldaa-dark, #000000);
  font-size: 1rem;
}

.search-toggle {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border: none;
  background: none;
}

.header-search-bar {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  grid-template-rows: 0fr;
  grid-template-columns: minmax(0, 1fr);
  border-bottom: 2px solid var(--soldaa-primary);
  transition: grid-template-rows 0.28s ease, display 0.28s allow-discrete;
}

.header-search-bar.is-open {
  display: grid;
  grid-template-rows: 1fr;
}

@starting-style {
  .header-search-bar.is-open {
    grid-template-rows: 0fr;
  }
}

.header-search-bar .header-search-inner {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: var(--container, 1400px);
  align-items: center;
  gap: 0.875rem;
  overflow: hidden;
  min-height: 0;
  justify-self: center;
  padding: 18px 40px;
}

.header-search-bar .search-form {
  display: flex;
  flex: 1 1 0%;
}

.header-search-bar .search-field {
  width: 100%;
  flex: 1 1 0%;
  font-family: var(--font-body, Roboto, sans-serif);
  padding: 14px 18px;
  border: 2px solid var(--soldaa-dark);
  border-right: none;
  font-size: 1.1rem;
}

.header-search-bar .search-field:focus {
  outline: none;
}

.header-search-bar .search-field:focus-visible {
  outline: 2px solid var(--soldaa-primary);
  outline-offset: -2px;
}

.header-search-bar .search-submit {
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: var(--soldaa-dark, #000000);
  padding: 0 22px;
  border: none;
}

.header-search-bar .search-submit img {
  display: block;
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.header-search-bar .header-search-close {
  flex-shrink: 0;
  cursor: pointer;
  line-height: 1;
  color: var(--soldaa-dark, #000000);
  padding: 4px 10px;
  border: none;
  background: none;
  font-size: 1.8rem;
}

.header-search-bar .header-search-close:hover {
  color: var(--soldaa-primary, #ff00dd);
}

.site-footer {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: var(--container, 1400px);
  padding: 25px 40px;
  border-top: 2px solid var(--soldaa-dark);
}

.footer-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: var(--container, 1400px);
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.footer-navigation {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.375rem;
}

.footer-navigation ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px;
  gap: 5px;
}

.footer-navigation li {
  margin: 0px;
}

.footer-navigation a {
  display: inline-block;
  white-space: nowrap;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--soldaa-dark, #000000);
  text-decoration-line: none;
  border: 2px solid var(--soldaa-dark);
  padding: 6px 14px;
  font-size: 18px;
  transition: background 0.15s, color 0.15s;
}

.footer-navigation a:hover {
  background-color: var(--soldaa-dark, #000000);
  color: #fff;
}

.footer-second-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.footer-social-icons {
  display: flex;
  gap: 5px;
}

.footer-social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 solid var(--soldaa-primary);
  padding: 0;
}

.footer-social-icons .social-icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-brand {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.375rem;
}

.footer-brand > a {
  display: block;
  text-decoration-line: none;
}

.footer-brand img {
  display: block;
  width: auto;
  max-height: 80px;
}

.footer-tagline {
  margin: 0px;
  text-align: right;
  font-family: var(--font-body, Roboto, sans-serif);
  text-transform: uppercase;
  color: var(--soldaa-text, #6b6b6b);
  font-size: 0.65rem;
  letter-spacing: 0.06em;
}

.hero-block {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--hero-max, 1600px);
  margin-bottom: 180px;
}

.hero-image-wrap {
  position: relative;
  overflow: hidden;
  min-height: 640px;
}

.hero-slide {
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.hero-slide::before {
  position: absolute;
  inset: 0px;
  content: "";
  background: rgba(0, 0, 0, 0.45);
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-title-wrap {
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 40px 60px 0;
}

.hero-arrow {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  top: 30px;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 6rem;
  padding: 10px 15px;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.hero-arrow:hover {
  opacity: 1;
}

.hero-prev {
  left: 0px;
}

.hero-next {
  right: 0px;
}

.hero-title {
  margin: 0px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.35em;
}

.hero-cta-box {
  position: absolute;
  right: 0px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  bottom: -160px;
  padding: 40px 60px;
  max-width: 620px;
}

.hero-cta-para {
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--soldaa-dark, #000000);
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 20px;
}

.hero-cta-highlight {
  color: var(--soldaa-primary, #ff00dd);
}

.showroom-block {
  text-align: center;
  background-color: #f9f9f9;
  padding: 60px 20px;
}

.showroom-block .showroom-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.showroom-block .showroom-title {
  text-transform: uppercase;
  color: var(--soldaa-dark, #000000);
  font-size: 3rem;
  margin-bottom: 5px;
}

.showroom-block .showroom-subtitle {
  font-weight: 200;
  font-size: 2rem;
  margin-bottom: 20px;
}

.showroom-block .showroom-address {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.showroom-block .showroom-description {
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 30px;
}

.showroom-block .btn-secondary {
  display: inline-block;
  background-color: transparent;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--soldaa-dark, #000000);
  text-decoration-line: none;
  border: 2px solid var(--soldaa-dark);
  padding: 15px 30px;
  font-size: 1.2rem;
  margin-left: 10px;
}

.nouveautes-section {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: var(--container, 1400px);
  padding: 40px 20px;
}

.nouveautes-section .vp-desc {
  color: black;
}

.nouveautes-section .dv-desc {
  color: black;
}

.nouveautes-section .vp-step {
  line-height: 0.7px;
}

.section-title {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: var(--soldaa-primary, #ff00dd);
  font-size: 100px;
  letter-spacing: -0.008em;
  margin-bottom: 10px;
}

.actualites-section .section-title {
  font-size: 72px;
}

.nouveautes-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 330px;
}

.grid-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1.25rem;
  text-align: center;
  color: #fff;
}

.grid-item.span-2 {
  grid-column: span 2 / span 2;
}

.grid-item.span-tall {
  grid-row: span 2 / span 2;
}

.promo-tile {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding: 28px 38px;
}

.promo-tile h3 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 12px;
}

.promo-tile p {
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  margin-bottom: 14px;
  font-size: 1.4rem;
  line-height: 1.15;
}

.tile-social .social-circle-btn {
  margin-right: auto;
  align-self: center;
}

.social-circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-circle-btn img {
  width: 90px;
  height: 90px;
}

.tile-ventes-privees {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding: 28px 25px;
}

.tile-ventes-privees h3 {
  font-size: 2.4rem;
  line-height: 1.05;
  margin-bottom: 16px;
}

.tile-ventes-privees .btn-outline-white {
  margin-top: auto;
}

.vp-desc {
  font-size: 1.4rem;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 18px;
}

.vp-subtitle {
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 0 12px;
}

.vp-step {
  margin-bottom: 10px;
}

.vp-step strong {
  display: block;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.1;
}

.vp-step span {
  display: block;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2px;
}

.tile-ebay {
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  padding: 34px 38px;
}

.tile-ebay h3 {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.05;
}

.tile-ebay a {
  margin-top: auto;
  display: block;
}

.tile-ebay a img {
  display: block;
  height: auto;
  width: 150px;
}

.tile-newsletter {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding: 28px 30px;
}

.tile-newsletter h3 {
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.mini-newsletter {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

.mini-newsletter input[type=text],
.mini-newsletter input[type=email] {
  box-sizing: border-box;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: var(--font-body, Roboto, sans-serif);
  padding: 10px 12px;
  border: none;
  color: #444;
  font-size: 0.9rem;
}

.mini-newsletter input::-moz-placeholder {
  color: #999;
}

.mini-newsletter input::placeholder {
  color: #999;
}

.mini-newsletter .btn-outline-white {
  align-self: flex-start;
  margin-top: 4px;
  font-size: 0.9rem;
  padding: 8px 20px;
}

.nl-consent {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.72rem;
  color: #fff;
  line-height: 1.3;
}

.nl-consent input[type=checkbox] {
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #fff;
  width: 14px;
  height: 14px;
}

.product-tile {
  overflow: hidden;
  padding: 0px;
  background: #333;
}

.product-tile .product-img-link {
  position: absolute;
  inset: 0px;
  display: block;
  z-index: 1;
}

.product-tile .product-img-link img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}

.product-tile:hover .product-img-link img {
  transform: scale(1.05);
}

.product-tile:hover .product-overlay {
  background: rgba(0, 0, 0, 0.62);
}

.product-tile:hover .product-overlay-title, .product-tile:hover .product-price-box, .product-tile:hover .product-stock-label {
  opacity: 1;
}

.product-tile:hover .product-lock-btn img {
  opacity: 1;
}

.product-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: transparent;
  padding: 0px;
  text-align: left;
  z-index: 2;
  transition: background 0.35s ease;
}

.product-overlay-title,
.product-price-box,
.product-stock-label {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.product-overlay-title {
  overflow: hidden;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  text-transform: uppercase;
  word-break: break-word;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4;
  padding: 20px 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.product-overlay-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 0 30px 30px;
}

.product-price-box {
  flex-shrink: 0;
  white-space: nowrap;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  color: var(--soldaa-primary, #ff00dd);
  border: 2px solid var(--soldaa-primary);
  padding: 5px 12px;
  font-size: 2rem;
  line-height: 1.2;
}

.product-price-box.out-of-stock {
  border-color: #888;
  color: #888;
}

.product-stock-label {
  flex-shrink: 0;
  font-size: 0.85rem;
  color: #fff;
  line-height: 1.3;
}

.product-stock-label.out-of-stock {
  color: #ccc;
}

.product-lock-btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  z-index: 3;
  pointer-events: all;
}

.product-lock-btn img {
  display: block;
  height: 3rem;
  width: 3rem;
}

.actualites-section {
  box-sizing: border-box;
  padding: 20px 40px 65px;
}

.actualites-section .section-title {
  color: #fff;
  margin-bottom: 55px;
}

.actualites-grid {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: grid;
  max-width: var(--container, 1400px);
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  padding: 0 20px;
}

.actualite-card {
  display: flex;
  flex-direction: column;
  border-bottom: 8px solid #000;
}

.actualite-card img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}

.actualite-content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 22px 0 28px;
  border-top: none;
}

.actualite-content h3 {
  margin: 0 0 14px;
}

.actualite-content h3 a {
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration-line: none;
  color: #fff;
  font-size: 65px;
  letter-spacing: -0.008em;
  line-height: 0.72;
}

.actualite-content .excerpt {
  font-family: var(--font-body, Roboto, sans-serif);
  font-weight: 400;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
}

.actualite-content .excerpt p {
  margin: 0px;
  padding-bottom: 0.5rem;
}

.card-sep {
  border: none;
  border-top: 1px solid #000;
  margin: 0 0 14px;
}

.meta-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  border-top: 1px solid #000;
}

.meta-footer .date {
  font-family: var(--font-body, Roboto, sans-serif);
  color: #000;
  font-size: 20px;
}

.meta-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.like-btn {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-family: var(--font-body, Roboto, sans-serif);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #000;
  font-size: 20px;
}

.like-btn img {
  height: 1.25rem;
  width: 1.25rem;
}

.like-btn .like-heart--rose {
  display: none;
}

.like-btn.has-likes .like-heart--noir {
  display: none;
}

.like-btn.has-likes .like-heart--rose {
  display: block;
}

.actualites-section .like-btn.has-likes .like-heart--rose {
  filter: brightness(0) invert(1);
}

.btn-readmore {
  display: inline-block;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-decoration-line: none;
  padding: 6px 18px;
  font-size: 34px;
}

.actualites-page {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 40px;
}

.actualites-page .actualites-page-header {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: var(--container, 1400px);
  padding: 50px 60px 18px;
  border-bottom: 2px solid var(--soldaa-primary);
  margin-bottom: 45px;
}

.actualites-page .page-title {
  margin: 0px;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: var(--soldaa-primary, #ff00dd);
  font-size: 4.5rem;
}

.actualites-page .actualite-content h3 a {
  color: var(--soldaa-dark, #000000);
}

.actualites-pagination {
  box-sizing: border-box;
  max-width: var(--container, 1400px);
  margin: 10px auto 50px;
  padding: 0 60px;
}

.actualites-pagination ul.page-numbers {
  margin: 0px;
  display: flex;
  height: auto;
  width: auto;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0px;
  border: none;
}

.actualites-pagination li {
  display: flex;
}

.web3-feedback {
  font-family: var(--font-body, Roboto, sans-serif);
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.3;
  min-height: 1em;
}

.web3-feedback.is-success {
  color: #2e7d32;
}

.web3-feedback.is-error {
  color: var(--soldaa-primary, #ff00dd);
}

.web3-feedback.is-pending {
  color: var(--soldaa-text, #6b6b6b);
}

.newsletter-area {
  box-sizing: border-box;
  max-width: var(--container, 1400px);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  margin: 60px auto;
  padding: 40px;
  border: 6px solid var(--soldaa-dark);
}

.newsletter-area .inner {
  display: flex;
  gap: 2.5rem;
}

.newsletter-area .intro {
  flex: 1 1 0%;
  padding-right: 2.5rem;
  border-right: 1px solid #eee;
}

.newsletter-area .intro h2 {
  font-weight: 700;
  margin: 0 0 30px;
  font-size: 52px;
  line-height: 2.2rem;
}

.newsletter-area .fields {
  overflow: hidden;
}

.newsletter-area .fields input {
  display: block;
  width: 100%;
  font-family: var(--font-body, Roboto, sans-serif);
  margin-bottom: 15px;
  padding: 15px;
  border: none;
  background: #f5f5f5;
  font-size: 1rem;
}

.newsletter-area .prefs {
  display: flex;
  align-items: flex-start;
  flex: 2;
  gap: 50px;
}

.newsletter-area .group--interests {
  flex: 2;
}

.newsletter-area .group--periods {
  flex: 1 1 0%;
}

.newsletter-area .group-title {
  padding-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-size: 14px;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #000;
}

.newsletter-area .options {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.newsletter-area .options--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 30px;
}

.newsletter-area .option {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  gap: 0.625rem;
  font-family: var(--font-body, Roboto, sans-serif);
  font-size: 13px;
  line-height: 1.25;
  color: #333;
}

.newsletter-area .option input[type=checkbox] {
  flex-shrink: 0;
  margin: 1px 0 0;
}

.newsletter-area .actions {
  margin-top: 1.5rem;
}

@media (max-width: 1200px) {
  .newsletter-area {
    margin: 30px 20px;
    padding: 20px;
  }

  .newsletter-area .inner {
    flex-direction: column;
  }

  .newsletter-area .intro {
    padding-right: 0;
    border-right: none;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
  }

  .newsletter-area .intro h2 {
    font-size: 38px;
  }

  .newsletter-area .prefs {
    flex-direction: column;
  }

  .newsletter-area .options--grid {
    gap: 10px 20px;
  }
}

@media (max-width: 600px) {
  .newsletter-area .intro h2 {
    font-size: 32px;
  }
}

.bottom-banners {
  padding: 0 40px;
  margin-bottom: 40px;
}

.bottom-banners .inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: var(--container, 1400px);
  align-items: stretch;
  gap: 1.25rem;
}

.bottom-banners .card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 6px solid #DDD;
}

.bottom-banners .card--trezorerie {
  flex: 2;
}

.bottom-banners .card--collecte {
  flex: 1 1 0%;
}

.bottom-banners .photo img {
  display: block;
  height: auto;
  width: 100%;
}

.bottom-banners .actions a {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.bottom-banners .lead {
  margin: 0px;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: var(--soldaa-dark, #000000);
  font-size: 30px;
}

.bottom-banners .card--trezorerie .photo {
  margin-bottom: 26px;
}

.bottom-banners .card--trezorerie .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 14px;
}

.bottom-banners .card--trezorerie .title {
  margin: 0px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--soldaa-dark, #000000);
  font-size: 48px;
  line-height: 0.95;
  letter-spacing: -0.015em;
}

.bottom-banners .card--trezorerie .title .text-light {
  color: var(--soldaa-text, #6b6b6b);
}

.bottom-banners .card--trezorerie .stamp {
  height: auto;
  flex-shrink: 0;
  width: 96px;
}

.bottom-banners .card--trezorerie .address {
  color: var(--soldaa-text, #6b6b6b);
  margin: 0 0 24px;
  font-size: 0.85rem;
}

.bottom-banners .card--trezorerie .foot {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.bottom-banners .card--trezorerie .lead {
  flex: 1 1 0%;
}

.bottom-banners .card--trezorerie .actions {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.625rem;
}

.bottom-banners .card--collecte .logo {
  width: auto;
  max-height: 90px;
  margin-bottom: 22px;
}

.bottom-banners .card--collecte .lead {
  margin-bottom: 22px;
}

.bottom-banners .card--collecte .photo {
  width: 65%;
  margin-bottom: 22px;
}

.bottom-banners .card--collecte .actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  line-height: 1.2rem;
}

@media (max-width: 1200px) {
  .bottom-banners {
    padding: 0 20px;
  }

  .bottom-banners .inner {
    flex-direction: column;
  }

  .bottom-banners .card--trezorerie .foot {
    flex-direction: column;
    align-items: stretch;
  }

  .bottom-banners .card--trezorerie .actions {
    align-items: stretch;
  }

  .bottom-banners .card--collecte .photo {
    width: 100%;
  }
}

.banner-collectionnisme {
  box-sizing: border-box;
  max-width: var(--container, 1400px);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 50px 40px;
  margin: 0 auto 40px;
  border: 6px solid var(--soldaa-primary);
}

.banner-coll-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: var(--container, 1400px);
  align-items: flex-start;
  gap: 60px;
}

.banner-coll-left {
  flex: 0 0 35%;
}

.banner-coll-left h2 {
  margin: 0px;
  text-align: left;
  font-size: 4rem;
  line-height: 0.9;
}

.banner-coll-right {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
}

.banner-coll-quote {
  font-style: italic;
  color: var(--soldaa-primary, #ff00dd);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .header-top {
    padding: 10px 20px;
  }

  .site-logo-img {
    max-height: 60px;
  }

  .header-actions {
    display: none;
  }

  .header-nav {
    padding: 0;
    border: none;
    height: 0;
    overflow: visible;
    position: relative;
  }

  .header-tools {
    display: none;
  }

  .btn-mon-compte {
    display: none;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px 5px;
    font-size: 0;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }

  .menu-toggle::before {
    content: "";
    display: block;
    width: 28px;
    height: 4px;
    background: var(--soldaa-primary);
    box-shadow: 0 9px 0 var(--soldaa-primary), 0 18px 0 var(--soldaa-primary);
    margin-top: -9px;
  }

  .header-top {
    position: relative;
    z-index: 2;
  }

  .main-navigation ul {
    display: none;
  }

  .main-navigation.toggled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    padding-top: 80px;
    overflow-y: auto;
    box-sizing: border-box;
  }

  .main-navigation.toggled ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: static;
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0;
    gap: 0;
    text-align: left;
  }

  .main-navigation.toggled li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .main-navigation.toggled a {
    color: var(--soldaa-dark);
    font-size: 1.1rem;
    border-bottom-color: transparent;
    padding: 16px 20px;
    font-family: var(--font-title);
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .main-navigation.toggled a:hover {
    background: #f5f5f5;
  }

  .main-navigation.toggled .menu-item-magenta {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 8px 20px;
  }

  .main-navigation.toggled .menu-item-magenta > a {
    display: inline-block;
    background-color: var(--soldaa-primary);
    color: #fff;
    padding: 8px 14px;
    margin: 0;
    height: auto;
    width: auto;
    border-bottom: none;
  }

  .main-navigation.toggled .menu-item-magenta > a:hover {
    background-color: #cc00aa;
  }

  .main-navigation.toggled .sub-menu {
    display: none;
    position: static;
    box-shadow: none;
    border: none;
    background: #f8f8f8;
    width: 100%;
  }

  .main-navigation.toggled li.submenu-open > .sub-menu {
    display: flex;
    flex-direction: column;
  }

  .main-navigation.toggled li:hover > .sub-menu {
    display: none;
  }

  .main-navigation.toggled .sub-menu li {
    border-top: 1px solid #eee;
    border-bottom: none;
  }

  .main-navigation.toggled .sub-menu a {
    padding: 12px 20px 12px 35px;
    font-size: 1rem;
    text-transform: none;
  }

  .main-navigation.toggled .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main-navigation.toggled .menu-item-has-children > a::after {
    content: "+";
    font-family: var(--font-body);
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--soldaa-text);
    flex-shrink: 0;
  }

  .main-navigation.toggled .menu-item-has-children.submenu-open > a::after {
    content: "−";
  }

  .main-navigation.toggled .mobile-menu-extras {
    display: block;
  }

  .main-navigation.toggled .mobile-menu-extras a {
    width: auto;
    display: inline-flex;
    padding: 0;
    border-bottom-color: transparent;
    background: none;
    font-size: inherit;
    font-family: inherit;
  }

  .main-navigation.toggled .mobile-menu-extras a:hover {
    background: none;
  }

  .mobile-tools-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .mobile-tools-row .cart-info {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-tools-row .cart-totals {
    font-size: 1rem;
  }

  .mobile-actions-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 14px 20px;
  }

  .main-navigation.toggled .mobile-actions-row .social-icon {
    display: flex;
    width: 32px;
    height: 32px;
    border: 1.5px solid var(--soldaa-dark);
    padding: 0;
    background: none;
  }

  .main-navigation.toggled .mobile-actions-row .btn-top-action {
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    font-size: 13px;
    border: 2px solid var(--soldaa-dark);
    color: var(--soldaa-dark);
    background: none;
  }

  .site-header.scrolled .header-top {
    padding: 5px 20px;
  }

  .site-header.scrolled .site-logo-img {
    max-height: 40px;
  }

  .hero-block {
    margin-bottom: 0;
    min-height: 0;
  }

  .hero-image-wrap {
    min-height: 0;
    height: 280px;
    overflow: hidden;
  }

  .hero-title-wrap {
    position: relative;
    left: auto;
    right: auto;
    padding: 20px 50px;
    text-align: center;
  }

  .hero-title {
    font-size: 1.5rem;
    letter-spacing: 0.25em;
  }

  .hero-arrow {
    font-size: 2.5rem;
    padding: 8px 12px;
    top: 30px;
  }

  .hero-cta-box {
    position: static;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    max-width: none;
    padding: 25px 20px;
    margin: 0;
    overflow: visible;
    background: #fff;
  }

  .hero-cta-para {
    font-size: 22px;
    line-height: 1.35;
  }

  .nouveautes-section {
    padding: 30px 20px;
  }

  .section-title {
    font-size: 60px;
  }

  .actualites-section .section-title {
    font-size: 38px;
  }

  .nouveautes-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 260px;
    gap: 8px;
  }

  .product-lock-btn {
    bottom: 0;
    right: 0;
  }

  .product-lock-btn img {
    width: 40px;
    height: 40px;
  }

  .promo-tile {
    padding: 22px 22px;
  }

  .promo-tile h3 {
    font-size: 1.6rem;
  }

  .tile-ebay h3 {
    font-size: 1.5rem;
  }

  .tile-ebay a img {
    width: 100px;
  }

  .social-circle-btn img {
    width: 70px;
    height: 70px;
  }

  .tile-ventes-privees h3 {
    font-size: 1.6rem;
  }

  .vp-desc, .vp-subtitle, .vp-step {
    display: none;
  }

  .tile-ventes-privees .btn-outline-white {
    margin-top: 12px;
  }

  .grid-item.span-tall {
    grid-row: span 1;
  }

  .actualites-section {
    padding: 50px 20px 40px;
  }

  .actualites-section .section-title {
    margin-bottom: 30px;
  }

  .actualites-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .actualite-content h3 a {
    font-size: 44px;
  }

  .actualite-content .excerpt, .meta-footer .date, .like-btn {
    font-size: 17px;
  }

  .btn-readmore {
    font-size: 24px;
  }

  .banner-collectionnisme {
    margin: 0 0 40px;
    padding: 30px 20px;
  }

  .banner-coll-inner {
    flex-direction: column;
    gap: 25px;
  }

  .banner-coll-left h2 {
    font-size: 2.5rem;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .footer-navigation {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footer-navigation ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-legal-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-social-logo {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

@media (max-width: 600px) {
  .section-title {
    font-size: 40px;
  }

  .actualites-section .section-title {
    font-size: 26px;
  }

  .actualite-content h3 a {
    font-size: 32px;
  }

  .grid-item.span-2 {
    padding: 25px 20px;
  }

  .hero-title {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }

  .hero-arrow {
    font-size: 2rem;
    padding: 8px;
  }

  .footer-navigation ul {
    flex-direction: column;
    gap: 8px;
  }

  .footer-navigation ul li {
    border-right: none;
    padding-right: 0;
  }

  .footer-legal-menu li {
    border-right: none;
    padding-right: 0;
  }
}

.single-post-hero {
  width: 100%;
  overflow: hidden;
  max-height: 460px;
}

.single-post-hero img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 460px;
}

.single-post-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container, 1400px);
  padding: 50px 60px 60px;
}

@media (max-width: 1200px) {
  .single-post-wrap {
    padding: 40px 30px 50px;
  }
}

@media (max-width: 900px) {
  .single-post-wrap {
    padding: 30px 20px 40px;
  }
}

.single-post-inner {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}

@media (max-width: 1200px) {
  .single-post-inner {
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .single-post-inner {
    flex-direction: column;
    gap: 10px;
  }
}

.single-post-aside {
  position: sticky;
  flex: 0 0 40%;
  top: 30px;
}

@media (max-width: 900px) {
  .single-post-aside {
    flex: 0 0 auto;
    width: 100%;
    position: static;
  }
}

.single-post-date {
  display: block;
  text-align: right;
  font-weight: 500;
  color: var(--soldaa-dark, #000000);
  border-bottom: 1px solid var(--soldaa-dark);
  padding: 0 0 12px;
  margin: 0 0 20px;
  font-size: 0.8rem;
}

.single-post-title {
  text-align: right;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--soldaa-dark, #000000);
  font-size: 3.2rem;
  line-height: 1.05;
  margin: 0 0 24px;
}

@media (max-width: 1200px) {
  .single-post-title {
    font-size: 2.6rem;
  }
}

@media (max-width: 900px) {
  .single-post-title {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .single-post-title {
    font-size: 1.6rem;
  }
}

.single-post-excerpt {
  text-align: right;
  color: var(--soldaa-dark, #000000);
  margin-top: 22px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.single-post-excerpt p {
  margin: 0 0 12px;
}

.single-post-excerpt p:last-child {
  margin-bottom: 0px;
}

.single-post-excerpt .more-link {
  display: none;
}

.single-post-body {
  flex: 1 1 0%;
  min-width: 0;
}

.single-post-body > p:first-of-type,
.single-post-body > p strong:only-child {
  font-weight: 700;
  color: var(--soldaa-dark, #000000);
  font-size: 0.95rem;
  line-height: 1.65;
}

.single-post-body p {
  color: var(--soldaa-text, #6b6b6b);
  font-size: 0.92rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.single-post-body h2, .single-post-body h3 {
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  text-transform: uppercase;
  color: var(--soldaa-dark, #000000);
  margin: 28px 0 12px;
}

.single-post-body .wp-block-image {
  margin: 0 0 24px;
}

.single-post-body .wp-block-image img {
  display: block;
  height: auto;
  width: 100%;
}

.single-post-body figcaption {
  color: var(--soldaa-text, #6b6b6b);
  font-size: 0.78rem;
  text-align: center;
  margin-top: 6px;
}

.single-post-body .wp-block-gallery {
  margin: 24px 0;
}

.single-post-body .wp-block-gallery:has(.blocks-gallery-grid) {
  display: block !important;
}

.single-post-body .blocks-gallery-grid,
.single-post-body .wp-block-gallery:not(:has(.blocks-gallery-grid)) {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 900px) {
  .single-post-body .blocks-gallery-grid,
  .single-post-body .wp-block-gallery:not(:has(.blocks-gallery-grid)) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .single-post-body .blocks-gallery-grid,
  .single-post-body .wp-block-gallery:not(:has(.blocks-gallery-grid)) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.single-post-body .blocks-gallery-item,
.single-post-body .wp-block-gallery .wp-block-image {
  margin: 0 !important;
  width: auto !important;
  aspect-ratio: 3/4;
  overflow: hidden;
}

.single-post-body .blocks-gallery-item figure {
  margin: 0px;
  height: 100%;
}

.single-post-body .wp-block-gallery img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block;
  margin: 0;
}

@media (max-width: 600px) {
  .single-post-body .wp-block-gallery .blocks-gallery-item figure {
    height: 100px;
  }
}

.single-post-share {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin: 28px 0;
  padding: 14px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.single-post-meta {
  color: var(--soldaa-text, #6b6b6b);
  margin-top: 24px;
  font-size: 0.82rem;
  line-height: 1.6;
}

.single-post-meta a {
  color: var(--soldaa-text, #6b6b6b);
  text-decoration-line: none;
}

.single-post-meta a:hover {
  color: var(--soldaa-primary, #ff00dd);
}

.single-share-icon {
  display: block;
  text-decoration-line: none;
}

.single-share-icon img,
.single-share-heart img {
  display: block;
  height: 1.75rem;
  width: 1.75rem;
}

.soldaa-article-gallery {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 28px 0;
}

@media (max-width: 900px) {
  .soldaa-article-gallery {
    flex-direction: column-reverse;
  }
}

.sag-side {
  display: flex;
  flex-direction: column;
  flex: 0 0 52%;
  gap: 14px;
}

@media (max-width: 900px) {
  .sag-side {
    flex: 1 1 auto;
    width: 100%;
  }
}

.sag-side .single-post-share {
  margin: 0;
  padding: 0;
  border: 0;
}

.sag-thumbs {
  display: grid;
  gap: 0.375rem;
  grid-template-columns: repeat(4, 1fr);
}

.sag-thumb {
  margin: 0px;
  cursor: pointer;
  overflow: hidden;
  padding: 0px;
  border: 2px solid transparent;
  background: none;
  aspect-ratio: 3/4;
  transition: border-color 0.15s;
}

.sag-thumb img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sag-thumb:hover {
  border-color: #bbb;
}

.sag-thumb.is-active {
  border-color: var(--soldaa-primary);
}

.sag-main {
  position: sticky;
  margin: 0px;
  flex: 1 1 0%;
  align-self: flex-start;
  top: 100px;
  cursor: zoom-in;
  scroll-margin-top: 80px;
}

.sag-main img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 900px) {
  .sag-main {
    position: static;
  }
}

.page-hero {
  width: 100%;
  overflow: hidden;
}

.page-hero img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 500px;
}

@media (max-width: 900px) {
  .page-hero img {
    max-height: 300px;
  }
}

.page-content-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container, 1400px);
  padding: 50px 40px 60px;
}

@media (max-width: 900px) {
  .page-content-wrap {
    padding: 30px 20px 40px;
  }
}

.page-content-wrap > * {
  margin-bottom: 40px;
}

.woocommerce-cart .page-content-wrap,
.woocommerce-account .page-content-wrap {
  max-width: 100%;
  padding: 0px;
}

.woocommerce-checkout .page-content-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container, 1400px);
  padding: 50px 40px 60px;
}

.woocommerce-checkout .page-content-wrap > * {
  margin-bottom: 0px;
}

.wp-block-columns {
  display: flex !important;
  gap: 50px;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .wp-block-columns {
    flex-direction: column !important;
    gap: 30px;
  }
}

.wp-block-column {
  flex: 1 1 0%;
  min-width: 0;
}

.wp-block-column:first-child {
  flex: 0 0 45%;
}

@media (max-width: 900px) {
  .wp-block-column:first-child {
    flex: 0 0 auto;
  }
}

.wp-block-columns.is-layout-flex {
  flex-wrap: nowrap;
}

.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100%;
}

.wp-block-image.alignfull {
  margin-left: calc(-50vw + 50%);
  width: 100vw;
}

.wp-block-media-text {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.wp-block-media-text .wp-block-media-text__media img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 900px) {
  .wp-block-media-text {
    grid-template-columns: 1fr;
  }
}

.page-content-wrap h1, .page-content-wrap h2, .page-content-wrap h3 {
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  text-transform: uppercase;
}

.page-content-wrap h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  line-height: 1;
}

.page-content-wrap h2 {
  font-size: 3rem;
  margin-bottom: 15px;
  line-height: 1.05;
}

.page-content-wrap h3 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.page-content-wrap .has-small-font-size {
  font-size: 0.85rem !important;
}

.page-content-wrap .has-medium-font-size {
  font-size: 1.1rem !important;
}

.page-content-wrap .has-large-font-size {
  font-size: 2rem !important;
}

.page-content-wrap .has-x-large-font-size {
  font-size: 3rem !important;
}

.page-content-wrap .has-xx-large-font-size {
  font-size: 4rem !important;
  line-height: 0.95;
}

.page-content-wrap p {
  color: var(--soldaa-text, #6b6b6b);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.page-content-wrap blockquote,
.page-content-wrap .wp-block-quote {
  font-style: italic;
  color: var(--soldaa-text, #6b6b6b);
  border-left: 3px solid var(--soldaa-primary);
  padding-left: 20px;
  margin: 20px 0;
}

.has-soldaa-primary-color,
.page-content-wrap .has-soldaa-primary-color {
  color: var(--soldaa-primary) !important;
}

.has-soldaa-primary-background-color {
  background-color: var(--soldaa-primary) !important;
}

.page-content-wrap.about-page {
  max-width: 800px;
  padding-top: 60px;
}

.page-content-wrap.about-page .about-header {
  margin-bottom: 16px;
}

.page-content-wrap.about-page .about-title {
  font-size: 4rem;
  margin-bottom: 0;
}

.page-content-wrap.about-page .about-lead {
  font-family: var(--font-body, Roboto, sans-serif);
  font-weight: 500;
  color: var(--soldaa-dark, #000000);
  font-size: 1.3rem;
  line-height: 1.6;
}

.page-content-wrap.about-page h2 {
  color: var(--soldaa-dark, #000000);
  font-size: 2rem;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}

.page-content-wrap.about-page blockquote {
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  text-transform: uppercase;
  font-style: normal;
  color: var(--soldaa-primary, #ff00dd);
  font-size: 1.5rem;
  line-height: 1.1;
}

.page-content-wrap.about-page a {
  color: var(--soldaa-primary, #ff00dd);
}

@media (max-width: 900px) {
  .page-content-wrap.about-page {
    padding-top: 30px;
  }

  .page-content-wrap.about-page .about-title {
    font-size: 2.6rem;
  }

  .page-content-wrap.about-page .about-lead {
    font-size: 1.15rem;
  }
}

.wp-block-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}

.wp-block-button__link {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--soldaa-dark, #000000);
  text-decoration-line: none;
  border: 2px solid var(--soldaa-dark);
  padding: 10px 25px;
  font-size: 1rem;
  transition: all 0.2s;
}

.wp-block-button__link:hover {
  background-color: var(--soldaa-dark, #000000);
  color: #fff;
}

.wp-block-button.is-style-fill .wp-block-button__link,
.wp-block-button.is-style-soldaa-primary .wp-block-button__link {
  background-color: var(--soldaa-primary, #ff00dd);
  border-color: var(--soldaa-primary);
  color: #fff;
}

.wp-block-button.is-style-fill .wp-block-button__link:hover {
  background-color: var(--soldaa-dark, #000000);
  border-color: var(--soldaa-dark);
}

.wp-block-separator {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 30px 0;
}

.wp-block-separator.has-soldaa-primary-color {
  border-color: var(--soldaa-primary);
}

.page-content-wrap .is-style-editorial,
.page-content-wrap p.editorial {
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  text-transform: uppercase;
  color: var(--soldaa-dark, #000000);
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.7;
}

.page-content-wrap .alignwide {
  margin-left: -40px;
  margin-right: -40px;
  max-width: calc(100% + 80px);
}

@media (max-width: 900px) {
  .page-content-wrap .alignwide {
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
  }
}

.page-content-wrap .alignfull {
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
}

.page-content-wrap .wp-block-group.has-soldaa-primary-background-color {
  padding: 50px 40px;
}

.page-content-wrap .wp-block-group.has-soldaa-primary-background-color p, .page-content-wrap .wp-block-group.has-soldaa-primary-background-color h1, .page-content-wrap .wp-block-group.has-soldaa-primary-background-color h2, .page-content-wrap .wp-block-group.has-soldaa-primary-background-color h3 {
  color: #fff;
}

@media (max-width: 900px) {
  .page-content-wrap .wp-block-group.has-soldaa-primary-background-color {
    padding: 30px 20px;
  }
}

.page-content-wrap .wp-block-group.has-black-background-color {
  padding: 50px 40px;
  background-color: #000;
}

.page-content-wrap .wp-block-group.has-black-background-color p, .page-content-wrap .wp-block-group.has-black-background-color h1, .page-content-wrap .wp-block-group.has-black-background-color h2, .page-content-wrap .wp-block-group.has-black-background-color h3 {
  color: #fff;
}

.page-content-wrap .wp-block-group.has-black-background-color .has-soldaa-primary-color {
  color: var(--soldaa-primary) !important;
}

.page-content-wrap .wp-block-columns.alignfull {
  gap: 0;
  align-items: stretch;
}

@media (max-width: 900px) {
  .page-content-wrap .wp-block-columns.alignfull {
    flex-direction: column !important;
  }
}

.page-content-wrap .wp-block-columns.alignfull .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 60px;
  min-width: 0;
}

@media (max-width: 900px) {
  .page-content-wrap .wp-block-columns.alignfull .wp-block-column {
    padding: 30px 20px;
    flex: 0 0 auto;
  }
}

.page-content-wrap .wp-block-columns.alignfull .wp-block-column.has-black-background-color {
  background-color: #000;
}

.page-content-wrap .wp-block-columns.alignfull .wp-block-column.has-black-background-color p, .page-content-wrap .wp-block-columns.alignfull .wp-block-column.has-black-background-color h1, .page-content-wrap .wp-block-columns.alignfull .wp-block-column.has-black-background-color h2, .page-content-wrap .wp-block-columns.alignfull .wp-block-column.has-black-background-color h3 {
  color: #fff;
}

.page-content-wrap .wp-block-columns.alignfull .wp-block-column.has-black-background-color .has-soldaa-primary-color {
  color: var(--soldaa-primary) !important;
}

.page-content-wrap .wp-block-columns.alignfull .wp-block-column.has-soldaa-primary-background-color p, .page-content-wrap .wp-block-columns.alignfull .wp-block-column.has-soldaa-primary-background-color h1, .page-content-wrap .wp-block-columns.alignfull .wp-block-column.has-soldaa-primary-background-color h2, .page-content-wrap .wp-block-columns.alignfull .wp-block-column.has-soldaa-primary-background-color h3 {
  color: #fff;
}

.page-content-wrap .wp-block-columns.alignfull .wp-block-column.has-soldaa-primary-background-color .wp-block-button__link {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.page-content-wrap .wp-block-columns.alignfull .wp-block-column.has-soldaa-primary-background-color .wp-block-button__link:hover {
  background: #fff;
  color: var(--soldaa-primary);
}

.wp-block-cover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 380px;
}

@media (max-width: 900px) {
  .wp-block-cover {
    min-height: 250px;
  }
}

.wp-block-cover .wp-block-cover__inner-container {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 40px;
}

.wp-block-cover .wp-block-cover__inner-container h1, .wp-block-cover .wp-block-cover__inner-container h2, .wp-block-cover .wp-block-cover__inner-container p {
  color: #fff;
}

.wp-block-cover__image-background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.actualites-archive-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container, 1400px);
  padding: 40px 40px 60px;
}

@media (max-width: 900px) {
  .actualites-archive-wrap {
    padding: 30px 20px 40px;
  }
}

.actualites-archive-header {
  margin-bottom: 35px;
}

.actualites-archive-header h1 {
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  text-transform: uppercase;
  line-height: 1;
  color: var(--soldaa-primary, #ff00dd);
  font-size: 4.5rem;
  margin: 0 0 12px;
}

@media (max-width: 1200px) {
  .actualites-archive-header h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 900px) {
  .actualites-archive-header h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 600px) {
  .actualites-archive-header h1 {
    font-size: 2.2rem;
  }
}

.actualites-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  .actualites-archive-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.actualites-header-sep {
  margin: 0px;
  border: none;
  border-top: 2px solid var(--soldaa-primary);
}

.actualite-archive-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 24px;
}

@media (max-width: 600px) {
  .actualite-archive-card {
    flex-direction: column;
  }
}

.card-img-link {
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  width: 200px;
  height: 210px;
}

.card-img-link img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1200px) {
  .card-img-link {
    width: 160px;
    height: 170px;
  }
}

@media (max-width: 600px) {
  .card-img-link {
    width: 100%;
    height: 200px;
  }
}

.card-body {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 0 0 0 22px;
  min-width: 0;
}

@media (max-width: 600px) {
  .card-body {
    padding: 14px 0 0;
  }
}

.card-title {
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--soldaa-dark, #000000);
  font-size: 1.45rem;
  margin: 0 0 10px;
  line-height: 1.1;
}

.card-title a {
  color: inherit;
  text-decoration-line: none;
}

.card-title a:hover {
  color: var(--soldaa-primary, #ff00dd);
}

.card-sep {
  border: none;
  border-top: 1px solid var(--soldaa-dark);
  margin: 0 0 12px;
}

.card-excerpt {
  flex: 1 1 0%;
  color: var(--soldaa-text, #6b6b6b);
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.card-excerpt p {
  margin: 0px;
}

.card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.card-date {
  white-space: nowrap;
  color: var(--soldaa-text, #6b6b6b);
  font-size: 0.82rem;
}

.card-likes {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--soldaa-text, #6b6b6b);
  font-size: 0.88rem;
}

.card-likes img {
  height: 1rem;
  width: 1rem;
}

.btn-lire-article {
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--soldaa-dark, #000000);
  text-decoration-line: none;
  border: 2px solid var(--soldaa-dark);
  padding: 7px 16px;
  font-size: 0.85rem;
  transition: all 0.2s;
}

.btn-lire-article:hover {
  background-color: var(--soldaa-dark, #000000);
  color: #fff;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 40px;
}

.page-numbers {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: flex-end;
  justify-content: center;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  color: var(--soldaa-dark, #000000);
  text-decoration-line: none;
  border: 2px solid var(--soldaa-dark);
}

.page-numbers.current, .page-numbers:hover {
  background-color: var(--soldaa-primary, #ff00dd);
  border-color: var(--soldaa-primary);
  color: #fff;
}

.newsletter-block {
  background-color: var(--soldaa-primary, #ff00dd);
  padding: 60px 20px;
  text-align: center;
  color: var(--soldaa-bg);
}

.newsletter-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--soldaa-bg);
}

.newsletter-form-container input[type=email] {
  max-width: 100%;
  font-family: var(--font-body, Roboto, sans-serif);
  padding: 15px;
  width: 300px;
  border: none;
}

.newsletter-form-container input[type=submit] {
  cursor: pointer;
  background-color: var(--soldaa-dark, #000000);
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  text-transform: uppercase;
  color: var(--soldaa-bg);
  border: none;
  padding: 15px 30px;
  font-size: 1.2rem;
}

.depot-vente-wrap {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: var(--container, 1400px);
  align-items: flex-start;
  gap: 60px;
  padding: 60px 40px 20px;
}

@media (max-width: 900px) {
  .depot-vente-wrap {
    flex-direction: column;
    padding: 30px 20px 20px;
    gap: 30px;
  }
}

.depot-vente-left {
  flex: 0 0 34%;
}

@media (max-width: 900px) {
  .depot-vente-left {
    flex: 0 0 auto;
  }
}

.dv-title {
  text-align: right;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--soldaa-dark, #000000);
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 30px;
}

.dv-title strong {
  font-weight: 800;
}

@media (max-width: 900px) {
  .dv-title {
    text-align: center;
    font-size: 1.3rem;
  }
}

.dv-logo {
  text-align: center;
  margin-bottom: 25px;
}

.dv-logo img {
  height: auto;
  max-width: 200px;
}

.dv-text {
  color: var(--soldaa-text, #6b6b6b);
  font-size: 0.88rem;
  text-align: center;
  line-height: 1.7;
}

.dv-text p {
  margin-bottom: 12px;
}

.depot-vente-right {
  flex: 1 1 0%;
  min-width: 0;
}

.dv-form-success {
  background-color: var(--soldaa-grey, #f0f0f0);
  color: var(--soldaa-dark, #000000);
  padding: 20px 22px;
  font-size: 1rem;
  line-height: 1.5;
}

.dv-form-error {
  color: var(--soldaa-primary, #ff00dd);
  padding: 12px 16px;
  margin-bottom: 18px;
  background: #ffe5fb;
  font-size: 0.9rem;
}

.dv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  margin-bottom: 26px;
}

.dv-form input[type=text],
.dv-form input[type=email],
.dv-form .dv-select,
.dv-form .dv-textarea {
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--soldaa-grey, #f0f0f0);
  font-family: var(--font-body, Roboto, sans-serif);
  color: var(--soldaa-dark, #000000);
  border: none;
  padding: 14px 16px;
  font-size: 0.95rem;
}

.dv-form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.dv-form ::placeholder {
  color: #999;
  opacity: 1;
}

.dv-form input:focus,
.dv-form .dv-select:focus,
.dv-form .dv-textarea:focus {
  outline: 2px solid var(--soldaa-primary);
  outline-offset: -2px;
}

.dv-label {
  display: block;
  font-weight: 700;
  color: var(--soldaa-dark, #000000);
  margin: 0 0 8px;
  font-size: 0.95rem;
}

.dv-select {
  cursor: pointer;
  background-repeat: no-repeat;
  margin-bottom: 22px;
  padding-right: 38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-position: right 14px center;
}

.dv-textarea {
  resize: vertical;
  margin-bottom: 22px;
}

#dv-message {
  min-height: 230px;
}

#dv-description {
  min-height: 110px;
}

.dv-files-label {
  font-weight: 700;
  color: var(--soldaa-dark, #000000);
  margin: 0 0 12px;
  font-size: 0.9rem;
}

.dv-files-label span {
  font-weight: 400;
  color: var(--soldaa-text, #6b6b6b);
  font-size: 0.78rem;
}

.dv-files {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 28px;
}

.dv-file {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
}

.dv-file input[type=file] {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.dv-file input[type=file]:focus-visible + .dv-file-btn {
  outline: 2px solid var(--soldaa-primary);
  outline-offset: 2px;
}

.dv-file-btn {
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--soldaa-dark, #000000);
  border: 1px solid var(--soldaa-dark);
  padding: 7px 16px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.dv-file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--soldaa-text, #6b6b6b);
  font-size: 0.85rem;
}

.dv-newsletter-label {
  font-weight: 700;
  color: var(--soldaa-dark, #000000);
  margin: 0 0 10px;
  font-size: 0.9rem;
}

.dv-checkbox {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  color: var(--soldaa-text, #6b6b6b);
  gap: 9px;
  margin-bottom: 8px;
  font-size: 0.88rem;
}

.dv-checkbox input[type=checkbox] {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  accent-color: var(--soldaa-primary);
}

.dv-consent-note {
  margin: 4px 0 24px;
  font-size: 0.75rem;
  color: #999;
}

.dv-submit {
  cursor: pointer;
  margin-top: 4px;
}

.dv-turnstile {
  margin: 4px 0 22px;
}

.dv-form-feedback {
  font-family: var(--font-body, Roboto, sans-serif);
  margin: 0 0 22px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid currentColor;
}

.dv-form-feedback.is-success {
  color: #2e7d32;
}

.dv-form-feedback.is-error {
  color: var(--soldaa-primary, #ff00dd);
}

.wpcf7-form p {
  margin-bottom: 12px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: var(--font-body, Roboto, sans-serif);
  color: var(--soldaa-dark, #000000);
  border: 1px solid #ccc;
  padding: 11px 14px;
  font-size: 0.9rem;
}

.wpcf7-form select {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-position: right 12px center;
  padding-right: 35px;
}

.wpcf7-form textarea {
  resize: vertical;
  height: 130px;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-form input[type=file] {
  font-size: 0.85rem;
}

.wpcf7-form input[type=file]::file-selector-button {
  border: 2px solid var(--soldaa-dark);
  background: #fff;
  color: var(--soldaa-dark);
  padding: 6px 14px;
  font-family: var(--font-title);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.05em;
  margin-right: 10px;
}

.wpcf7-form .wpcf7-submit {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--soldaa-dark, #000000);
  border: 2px solid var(--soldaa-dark);
  padding: 10px 30px;
  font-size: 1rem;
  transition: all 0.2s;
}

.wpcf7-form .wpcf7-submit:hover {
  background-color: var(--soldaa-dark, #000000);
  color: #fff;
}

.wpcf7-form .wpcf7-acceptance {
  color: var(--soldaa-text, #6b6b6b);
  font-size: 0.8rem;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin-bottom: 6px;
}

.wpcf7-form label {
  display: block;
  font-weight: 700;
  color: var(--soldaa-dark, #000000);
  font-size: 0.88rem;
  margin-bottom: 5px;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 4px 0;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  color: var(--soldaa-text, #6b6b6b);
  font-size: 0.88rem;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  margin: 0px;
  flex-shrink: 0;
  accent-color: var(--soldaa-primary);
  width: 15px;
  height: 15px;
}

.wpcf7-form .cf7-interest-row {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.wpcf7-form .cf7-interest-col {
  flex: 1 1 0%;
}

.wpcf7-form .cf7-interest-col h4,
.wpcf7-form .cf7-periods-col h4 {
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--soldaa-dark);
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.wpcf7-form .cf7-interest-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 20px;
}

.wpcf7-form .cf7-periods-col {
  flex: 0 0 30%;
}

.vp-hero {
  background-color: var(--soldaa-primary, #ff00dd);
  color: #fff;
}

.vp-hero__inner {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  max-width: var(--container, 1400px);
  min-height: 520px;
}

@media (max-width: 900px) {
  .vp-hero__inner {
    flex-direction: column;
    min-height: auto;
  }
}

.vp-hero-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: right;
  flex: 0 0 42%;
  padding: 80px 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

@media (max-width: 900px) {
  .vp-hero-left {
    flex: 0 0 auto;
    padding: 40px 30px;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
}

@media (max-width: 600px) {
  .vp-hero-left {
    padding: 30px 20px;
  }
}

.vp-hero-title {
  margin: 0px;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: 0.95;
  color: #fff;
}

.vp-hero-title strong {
  font-weight: 900;
}

.vp-hero-title .vp-hero-sub {
  display: block;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 900px) {
  .vp-hero-title .vp-hero-sub {
    font-size: 1.4rem;
  }
}

@media (max-width: 600px) {
  .vp-hero-title .vp-hero-sub {
    font-size: 1.2rem;
  }
}

@media (max-width: 900px) {
  .vp-hero-title {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .vp-hero-title {
    font-size: 1.7rem;
  }
}

.vp-hero-thanks {
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 40px 0 0;
}

.vp-hero-right {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 80px 60px;
  gap: 18px;
}

@media (max-width: 900px) {
  .vp-hero-right {
    padding: 40px 30px;
  }
}

@media (max-width: 600px) {
  .vp-hero-right {
    padding: 30px 20px;
  }
}

.vp-hero-right p {
  margin: 0px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #fff;
}

.vp-hero-right p.vp-en-note {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
}

.vp-sale-btn {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font-title, 'Alumni Sans SC', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration-line: none;
  border: 2px solid #fff;
  padding: 12px 22px;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: #fff;
  transition: all 0.2s;
}

.vp-sale-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  color: var(--soldaa-primary, #ff00dd);
}

@media (max-width: 600px) {
  .vp-sale-btn {
    font-size: 0.85rem;
    padding: 10px 16px;
  }
}

.vp-register-btn {
  align-self: flex-start;
}

.collecte-hero {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 23.44vw;
  background-position: center;
}

@media (max-width: 900px) {
  .collecte-hero {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .collecte-hero {
    height: 220px;
  }
}

.collecte-intro {
  --bleed: calc((100vw - min(100vw, var(--container) + 40px)) / 2 + 20px);
  padding: 60px 0 0;
}

.collecte-intro__title {
  text-align: right;
}

.collecte-intro__photo {
  display: block;
  height: auto;
  width: 46.82vw;
  max-width: 899px;
  margin: 140px 0 0 calc(-1 * var(--bleed));
}

@media (max-width: 900px) {
  .collecte-intro__photo {
    width: 100%;
    margin: 40px 0 0;
  }
}

.collecte-intro__text {
  padding-top: 110px;
  padding-bottom: 70px;
}

@media (max-width: 900px) {
  .collecte-intro__text {
    padding-top: 0;
  }
}

.collecte-intro__text p {
  font-family: var(--font-body, Roboto, sans-serif);
  color: var(--soldaa-text, #6b6b6b);
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 22px;
}

.collecte-intro__text p strong {
  font-weight: 500;
  color: var(--soldaa-dark, #000000);
}

.collecte-intro__text .quote {
  font-style: italic;
  color: var(--soldaa-dark, #000000);
}

.collecte-intro__text .actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 30px;
}

.collecte-intro__text .actions .btn-outline-black {
  padding: 13px 26px;
  font-size: 18px;
}

@media (max-width: 600px) {
  .collecte-intro__text .actions {
    align-items: stretch;
  }

  .collecte-intro__text .actions .btn-outline-black {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .collecte-intro__title {
    text-align: left;
  }
}

.collecte-logo {
  margin: 0px;
  line-height: 1;
}

.collecte-logo img {
  display: inline-block;
  height: auto;
  width: 340px;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .collecte-logo img {
    width: 280px;
  }
}

@media (max-width: 900px) {
  .collecte-logo img {
    width: 240px;
  }
}

.collecte-manifeste {
  background-color: var(--soldaa-primary, #ff00dd);
  --bleed: calc((100vw - min(100vw, var(--container) + 40px)) / 2 + 20px);
  color: #fff;
  padding: 70px 0 80px;
}

.collecte-manifeste .split {
  align-items: stretch;
}

.collecte-manifeste__body {
  text-align: right;
}

.collecte-manifeste__body p, .collecte-manifeste__body li {
  font-family: var(--font-body, Roboto, sans-serif);
  font-size: 1.25rem;
  line-height: 1.5;
  color: #fff;
}

.collecte-manifeste__body p {
  margin: 0 0 18px;
}

.collecte-manifeste__body ul {
  list-style-type: none;
  padding: 0px;
  margin: 0 0 18px;
}

.collecte-manifeste__body ul li {
  margin-bottom: 6px;
}

.collecte-manifeste__body ul li::before {
  content: "• ";
}

.collecte-manifeste__aside {
  display: flex;
  flex-direction: column;
  flex-basis: 47.1%;
}

@media (max-width: 900px) {
  .collecte-manifeste__aside {
    flex-basis: auto;
  }
}

.collecte-manifeste__title {
  font-size: 6.25rem;
  line-height: 0.78;
  color: #fff;
  margin: 0 0 30px;
}

@media (max-width: 1200px) {
  .collecte-manifeste__title {
    font-size: 4.4rem;
  }
}

@media (max-width: 600px) {
  .collecte-manifeste__title {
    font-size: 2.6rem;
  }
}

.collecte-manifeste__photo {
  display: block;
  height: auto;
  width: calc(100% + var(--bleed));
  max-width: none;
  margin-right: calc(-1 * var(--bleed));
}

@media (max-width: 900px) {
  .collecte-manifeste__photo {
    width: 100%;
    margin-right: 0;
  }
}

.collecte-manifeste__notch {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  width: calc(100% + var(--bleed));
  margin: auto calc(-1 * var(--bleed)) -80px 0;
}

.collecte-manifeste__notch img {
  display: block;
  height: auto;
  width: 52.9%;
}

@media (max-width: 900px) {
  .collecte-manifeste__notch {
    width: 100%;
    margin: 30px 0 -80px;
  }

  .collecte-manifeste__notch img {
    width: 100%;
  }
}

.trezorerie-hero {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 440px;
  background-position: center 40%;
}

@media (max-width: 900px) {
  .trezorerie-hero {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .trezorerie-hero {
    height: 220px;
  }
}

.trezorerie-intro {
  padding: 60px 0 0;
}

.trezorerie-intro__left .stamp {
  display: block;
  height: auto;
  width: 200px;
  margin: 0 0 20px auto;
}

.trezorerie-intro__left .baseline {
  text-align: right;
  font-family: var(--font-body, Roboto, sans-serif);
  font-weight: 700;
  color: var(--soldaa-dark, #000000);
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 420px;
  margin: 0 0 30px auto;
}

@media (max-width: 900px) {
  .trezorerie-intro__left .stamp {
    margin-left: 0;
  }

  .trezorerie-intro__left .baseline {
    text-align: left;
    margin-left: 0;
  }
}

.trezorerie-intro__figure {
  position: relative;
  z-index: 10;
  width: 86.5%;
  margin: 0 0 -470px;
}

.trezorerie-intro__figure .photo {
  display: block;
  height: auto;
  width: 100%;
}

.trezorerie-intro__figure figcaption {
  text-align: right;
  font-family: var(--font-body, Roboto, sans-serif);
  font-size: 1.25rem;
  line-height: 1.5;
  color: #fff;
  margin-top: 38px;
}

@media (max-width: 900px) {
  .trezorerie-intro__figure {
    width: 100%;
    margin-bottom: -260px;
  }
}

.trezorerie-intro__right {
  padding-top: 140px;
}

@media (max-width: 900px) {
  .trezorerie-intro__right {
    padding-top: 0;
  }
}

.trezorerie-title {
  color: var(--soldaa-dark, #000000);
  font-size: 6.25rem;
  line-height: 0.76;
}

@media (max-width: 1200px) {
  .trezorerie-title {
    font-size: 4.6rem;
  }
}

@media (max-width: 600px) {
  .trezorerie-title {
    font-size: 2.8rem;
  }
}

.trezorerie-dark {
  background-color: var(--soldaa-dark, #000000);
  padding: 50px 0 70px;
}

.trezorerie-dark__heading {
  width: calc(58% - 70px);
  margin-left: calc(42% + 70px);
}

.trezorerie-dark__heading h2 {
  color: var(--soldaa-primary, #ff00dd);
  font-size: 6.25rem;
  line-height: 0.78;
}

@media (max-width: 1200px) {
  .trezorerie-dark__heading h2 {
    font-size: 4.4rem;
  }
}

@media (max-width: 600px) {
  .trezorerie-dark__heading h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 900px) {
  .trezorerie-dark__heading {
    width: auto;
    margin-left: 0;
  }

  .trezorerie-dark {
    padding-top: 300px;
  }
}

.trezorerie-vendeurs {
  display: grid;
  grid-template-columns: 52.03% 47.97%;
  grid-template-rows: auto 1fr auto;
}

.trezorerie-vendeurs__panel {
  background-color: var(--soldaa-primary, #ff00dd);
  grid-area: 1/1/3/2;
  min-height: 51.88vw;
  padding: 55px 40px 50px;
}

.trezorerie-vendeurs__panel p {
  margin-left: auto;
  text-align: right;
  font-family: var(--font-body, Roboto, sans-serif);
  font-size: 1.25rem;
  line-height: 1.5;
  color: #fff;
  max-width: 600px;
  margin-top: 70px;
  margin-right: 8%;
}

.trezorerie-vendeurs__title {
  text-align: right;
  font-size: 6.25rem;
  line-height: 0.78;
  color: #fff;
  margin: 0;
  padding-right: 8%;
}

@media (max-width: 1200px) {
  .trezorerie-vendeurs__title {
    font-size: 4rem;
  }
}

@media (max-width: 600px) {
  .trezorerie-vendeurs__title {
    font-size: 2.2rem;
  }
}

.trezorerie-vendeurs__photo-top {
  display: block;
  height: auto;
  width: 100%;
  grid-area: 1/2/2/3;
}

.trezorerie-vendeurs__magenta-right {
  background-color: var(--soldaa-primary, #ff00dd);
  grid-area: 2/2/4/3;
}

.trezorerie-vendeurs__magenta-right img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 57.65%;
}

.trezorerie-vendeurs__photo-bottom {
  display: block;
  height: auto;
  grid-area: 3/1/4/2;
  width: 86.79%;
  margin-left: 13.21%;
}

@media (max-width: 900px) {
  .trezorerie-vendeurs {
    display: block;
  }

  .trezorerie-vendeurs__panel {
    min-height: 0;
    padding: 50px 20px;
  }

  .trezorerie-vendeurs__magenta-right img {
    height: auto;
    width: 100%;
  }

  .trezorerie-vendeurs__photo-bottom {
    width: 100%;
    margin-left: 0;
  }
}
