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

  /* ====================
     HEADER NAV
     ==================== */
  .header {
    padding: 0;
    margin-top: 0;
    width: 100%;
  }

  .header__nav {
    width: 100%;
    max-width: 100%;
    /* padding: var(--spacing-unit); */
    margin: 0;
    justify-content: space-between;
    background-color: var(--color-primary);
  }

  /* Logo reste blanc sur mobile et ne change jamais */
  .header__logo {
    filter: brightness(0) saturate(100%) invert(100%) !important;
  }

  .header__nav:has(.header__menu--primary) .header__logo,
  .header__nav .header__logo {
    filter: brightness(0) saturate(100%) invert(100%) !important;
  }

  .header__logo img {
    height: 60px;
    width: auto;
    object-fit: contain;
  }

  .container {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .header__nav {
    background: var(--color-primary);
    top: 0;
  }

  /* ====================
     INFO BANNER
     ==================== */
  .info__banner p {
    font-size: var(--font-size-xxs);
  }

  /* ====================
     HERO BANNER
     ==================== */

  .hero__title {
    font-size: var(--font-size-xl);
    width: 90%;
  }

  .hero__description {
    font-size: var(--font-size-md);
    width: 90%;

  }

  .hero .btn-cta {
    padding: 14px 28px;
    font-size: var(--font-size-md);
    width: auto;
    max-width: 90%;
    margin: 0 auto;
  }

  .hero__banner-content {
    flex-direction: column;
    gap: var(--spacing-unit);
  }

  .hero__banner-text-wrapper {
    order: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
    width: 100%;
  }

  .hero__banner-label,
  .hero__banner-text,
  .hero__banner-date {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .hero__banner-label {
    font-weight: var(--fw-bold);
  }

  .hero__banner .btn {
    order: 2;
    padding: 12px 24px;
    font-size: var(--font-size-sm);
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }

  .hero__banner .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--spacing-large);
  }

  /* ====================
     PRODUCT GRID
     ==================== */

  /* ====================
     PRODUCT SECTION
     ==================== */
  .product {
    padding-top: var(--spacing-unit);
    margin-top: 0;
  }

  .product__title {
    margin-top: var(--spacing-unit);
  }

  .product__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-unit);
    margin-bottom: 20px;
  }

  /* Réorganisation de l'ordre des cartes */
  .product__card:nth-child(1) {
    order: 1;
  }

  .product__card:nth-child(2) {
    order: 2;
  }

  .product__card:nth-child(3) {
    order: 3;
  }

  .product__card:nth-child(4) {
    order: 4;
  }

  .product__card:nth-child(5) {
    order: 5;
  }

  .product__card:nth-child(6) {
    order: 6;
  }

  /* Rendre les cartes carrées sur mobile */
  .product__card {
    aspect-ratio: 1;
    min-height: auto;
    height: auto;
  }

  /* ====================
     PRODUCT DETAIL VIEW
     ==================== */
  .product__detail-view {
    display: grid;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto auto;
    gap: var(--spacing-unit);
    padding: 0 var(--spacing-unit);
    min-height: auto;
    align-items: start;
  }

  .product__detail-center {
    grid-column: 1;
    grid-row: 1;
  }

  .product__detail-right {
    grid-column: 2;
    grid-row: 1;
  }

  /* .product__detail-center .product__detail-image-wrapper,
  .product__detail-center .product__detail-image {
    max-width: 100%;
    width: 100%;
    height: auto;
  } */

  .product__detail-center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-unit) 0;
  }

  .product__detail-center .product__detail-image-wrapper {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: var(--spacing-unit);
  }

  .product__detail-center .product__detail-image {
    max-height: 250px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .product__detail-right {
    padding: var(--spacing-unit) 0;
  }

  /* Réduire l'image de fond bg-product sur mobile */
  .bg-product {
    width: 200px !important;
    height: 200px !important;
    max-width: 200px;
    max-height: 200px;
  }

  /* Adapter product__detail-list sur mobile */
  .product__detail-list {
    max-height: 250px;
    font-size: var(--font-size-sm);
    gap: calc(var(--spacing-unit) * 0.5);
  }

  .product__detail-list-item {
    padding: calc(var(--spacing-unit) * 0.5) 0;
  }

  .product__detail-list-item-name {
    font-size: var(--font-size-md);
  }

  .product__detail-back-btn {
    width: 100%;
    padding: calc(var(--spacing-unit) * 0.75) var(--spacing-unit);
    font-size: var(--font-size-sm);
  }

  .product__detail-left {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--spacing-unit);
    padding: var(--spacing-unit) 0;
  }

  .product__detail-item {
    flex: 1;
    min-width: calc(50% - var(--spacing-unit));
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
  }

  /* ====================
     RENTAL SECTION - SLIDER
     ==================== */
  .rental {
    margin: 0;
    /* height: auto; */
    padding: var(--spacing-large) 0;
    /* margin-top: 10px; */
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: var(--spacing-large);
  }

  .rental__title {
    width: 90%;
  }

  .rental__header {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    margin: 0;
    padding: 0 var(--spacing-unit);
  }

  .rental__products {
    grid-column: 1;
    grid-row: 2;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    min-height: 400px;
  }

  .rental__product-item {
    min-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: var(--spacing-large) var(--spacing-unit);
  }

  /* État par défaut : mobile visible (index 0), compact caché à droite (index 1) */
  .rental__product-item--mobile {
    transform: translateX(0);
  }

  .rental__product-item--compact {
    transform: translateX(100%);
  }

  /* État actif : élément visible au centre */
  .rental__product-item--active {
    transform: translateX(0) !important;
    z-index: 2;
  }

  /* État caché : élément hors écran à gauche */
  .rental__product-item--hidden {
    transform: translateX(-100%) !important;
    z-index: 1;
  }

  /* Élément suivant (non actif, non caché) : à droite par défaut */
  .rental__product-item:not(.rental__product-item--active):not(.rental__product-item--hidden) {
    transform: translateX(100%);
    z-index: 1;
  }

  .rental__product-image {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    width: 320px;
    height: 200px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    overflow: visible;
  }

  .rental__product-image img {
    width: 220px;
    height: 220px;
    object-fit: contain;
  }

  .rental__product {
    width: 320px;
    height: 280px;
    margin-top: 80px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .rental__product-title {
    margin-top: 60px;
    font-size: var(--font-size-lg);
    text-align: center;
  }

  .rental__product-description {
    margin: 0;
    font-size: var(--font-size-sm);
  }

  /* Boutons de navigation du slider */
  .rental__slider-nav {
    display: flex !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: var(--color-accent);
    color: var(--color-light);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0;
  }

  .rental__slider-nav:hover,
  .rental__slider-nav:active {
    background: var(--color-primary);
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  }

  .rental__slider-nav:focus {
    outline: 2px solid var(--color-light);
    outline-offset: 2px;
  }

  .rental__slider-nav--prev {
    left: var(--spacing-small);
  }

  .rental__slider-nav--next {
    right: var(--spacing-small);
  }

  .rental__slider-nav i,
  .rental__slider-nav svg {
    width: 24px;
    height: 24px;
    stroke: var(--color-light);
    stroke-width: 2;
    display: block;
  }

  .rental__slider-nav i[data-lucide] {
    width: 24px;
    height: 24px;
  }

  /* ====================
     TASTINGS SECTION
     ==================== */
  .tastings {
    padding-top: 0;
  }

  .tastings__panel {
    max-width: 90%;
    height: auto;
    min-height: auto;
    padding: var(--spacing-unit);
    margin: 0 auto;
  }

  .tastings__panel--program {
    width: 100% !important;
  }

  .tastings__panel--info {
    width: 100% !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .tastings__panel--info .tastings__panel-title,
  .tastings__panel--info .tastings__info-item,
  .tastings__panel--info .tastings__info-label,
  .tastings__panel--info .tastings__info-text,
  .tastings__panel--info .tastings__info-note {
    text-align: left;
    width: 90%;
  }

  .tastings__info-label {
    font-size: var(--font-size-lg);
  }

  .tastings__panel--info .tastings__info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: var(--spacing-unit);
  }

  .tastings__panel--info .btn {
    margin: var(--spacing-unit) auto;
  }

  /* ====================
     ABOUT SECTION
     ==================== */
  .about__content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-large);
    padding: 0 var(--spacing-unit);
  }

  .about__title {
    width: 100%;
    text-align: left;
    order: 1;
  }

  .about__text {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-unit);
  }

  .about__portrait {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about__portrait-img {
    max-width: 250px;
    width: 100%;
    height: auto;
  }

  /* ====================
     ABOUT PARTNERS SECTION
     ==================== */
  .about__partners .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-unit);
    overflow: hidden;
    position: relative;
  }

  .about__partners-title {
    flex-shrink: 0;
    white-space: nowrap;
    margin: 0;
    position: relative;
    z-index: 2;
    background: var(--color-light);
    padding-right: var(--spacing-unit);
  }

  .about__partners-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--spacing-large);
    flex: 1;
    overflow-x: visible;
    position: relative;
    min-width: 0;
    white-space: nowrap;
  }

  /* Masque pour faire disparaître les logos derrière le titre */
  .about__partners .container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 210px;
    background: var(--color-light);
    z-index: 1;
    pointer-events: none;
  }

  .about__partner-logo {
    flex-shrink: 0;
    max-width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about__partner-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  /* ====================
     EVENTS SECTION
     ==================== */
  .events {
    padding-bottom: 0;
  }

  .events__content {
    padding-bottom: 0;
  }

  .events__services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-unit);
  }

  .events__service-card:nth-child(1) {
    order: 1;
    grid-column: 1;
  }

  .events__service-card:nth-child(2) {
    order: 2;
    grid-column: 2;
  }

  .events__service-card:nth-child(3) {
    order: 3;
    grid-column: 1 / -1;
  }

  .events__gallery-item--1 {
    top: 0;
  }

  .events__gallery-item--3 {
    left: 47%;
  }

  /* ====================
     TESTIMONIALS SECTION
     ==================== */
  .testimonials {
    padding-top: var(--spacing-large);
    padding-bottom: var(--spacing-large);
  }

  .testimonials__content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-large);
    padding: 0 var(--spacing-unit);
    max-width: 100%;
  }

  .testimonials__intro {
    width: 100%;
    text-align: center;
    order: 1;
  }

  .testimonials__title {
    font-size: var(--font-size-xl);
    margin-bottom: var(--spacing-unit);
    text-align: center;
  }

  .testimonials__description {
    font-size: var(--font-size-sm);
    text-align: center;
    width: 100%;
  }

  .testimonials__carousel {
    width: 100%;
    max-width: 100%;
    height: 350px;
    margin: 0 auto;
    order: 2;
  }

  .testimonials__carousel-wrapper {
    width: 100%;
    height: 100%;
  }

  .testimonials__card {
    padding: var(--spacing-unit);
    min-height: 320px;
  }

  .testimonials__quote {
    font-size: var(--font-size-sm);
    line-height: var(--lh-relaxed);
    margin-bottom: var(--spacing-unit);
  }

  .testimonials__author {
    gap: var(--spacing-small);
    margin-top: auto;
  }

  .testimonials__avatar {
    width: 40px;
    height: 40px;
    font-size: var(--font-size-sm);
  }

  .testimonials__author-name {
    font-size: var(--font-size-sm);
  }

  .testimonials__author-role {
    font-size: var(--font-size-xs);
  }

  .testimonials__google {
    padding: var(--spacing-unit) 0;
    order: 3;
  }

  .google-reward {
    height: 35px;
    max-width: 100%;
  }

  .google-badge {
    font-size: var(--font-size-sm);
  }

  /* ====================
     FOOTER SECTION
     ==================== */
  .footer__content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-large);
  }

  .footer__section {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .footer__section--map {
    display: none;
  }

  .footer__section--social .footer__section-title {
    /* margin-bottom: var(--spacing-unit); */
    text-align: center;
  }

  .footer__social {
    justify-content: center;
  }

  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-unit) var(--spacing-large);
    gap: var(--spacing-unit);
    flex-wrap: nowrap;
  }

  .footer__credit {
    display: none;
  }

  .footer__bottom small {
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* "Mentions légales" à gauche */
  .footer__bottom small:nth-of-type(2) {
    order: 1;
  }

  /* Année à droite */
  .footer__bottom small:nth-of-type(3) {
    order: 2;
  }
}

/* 789 lignes */