.grand-bloc {
  position: relative;
  overflow: visible;
}

.grand-bloc .grand-bloc__desc {
  max-width: 600px;
}

/* Galerie (images derrière) */
.grand-bloc__galerie {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grand-bloc .swiper {
  width: 100%;
  height: 100%;
}

/* Contenu */
.grand-bloc .row {
  z-index: 4;
  position: relative;
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grand-bloc .row h1 {
  color: #FEFEFE;
}

.grand-bloc .grand-bloc__desc p {
  text-align: center;
  font-size: 1.8rem;
  color: #FEFEFE;
  margin: 0 0 24px;
}

.grand-bloc .row .grand-bloc__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.grand-bloc::before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #110A0659;
}

.grand-bloc .row .grand-bloc__content .grand-bloc__content--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
  gap: 0;
}

.grand-bloc .pretitre {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Base-white, #FEFEFE);

  /* Text/text-lg */
  font-family: "Nunito";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 155.556% */
}

.grand-bloc .pretitre .slash {
  color: var(--Red-1, #2a3f2c);

  /* Text/text-xl */
  font-family: Nunito;
  font-size: "2rem";
  font-style: normal;
  font-weight: 700;
  line-height: 1.6; /* 160% */
}

.grand-bloc .row .grand-bloc__content .grand-bloc__content--wrapper .titre {
  text-align: left;
}

.grand-bloc .row .grand-bloc__content .grand-bloc__content--wrapper .titre h1 {
  margin: 0 auto 16px auto;
}

/* Liste */
.grand-bloc .grand-bloc__content--liste {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
  justify-content: center;
  margin: 128px auto 0 auto;
}

.grand-bloc .grand-bloc__content--liste .grand-bloc--liste__item {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  width: auto;
  height: auto;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 49, 0.75) 0%, #000031 71.18%);
}

.grand-bloc .grand-bloc__content--liste .grand-bloc__content--liste--wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
  justify-content: center;
}

.grand-bloc .grand-bloc__image {
  width: 100%;
  height: 100%;
}

.grand-bloc .grand-bloc__content--liste .grand-bloc--liste__item .grand-bloc--liste__item--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 0;
  width: 100%;
  height: 100%;
  padding: 32px;
  gap: 64px;
  box-sizing: border-box;
}

.grand-bloc .grand-bloc__content--liste .grand-bloc--liste__item .grand-bloc--liste__item--wrapper .btn {
  border: 1px solid white;
  background: transparent;
}

.grand-bloc .grand-bloc__content--liste .grand-bloc--liste__item .grand-bloc--liste__item--wrapper .btn:hover {
  color: white;
  border: 1px solid transparent;
}

.grand-bloc .grand-bloc__content--liste .grand-bloc--liste__item .grand-bloc--liste__item--wrapper .btn::after {
  background-color: #16298e;
}

.grand-bloc .grand-bloc__content--liste .grand-bloc--liste__item--title {
  color: var(--White-1, #F2F2F2);
  text-align: left;
  font-family: "aptos";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 12px 0;
}

.grand-bloc .grand-bloc--liste__item--desc p {
  color: var(--White-1, #F2F2F2);
  font-family: "helvetica-neue-world";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.grand-bloc .pretitre,
.grand-bloc .titre,
.grand-bloc .grand-bloc__desc,
.grand-bloc .grand-bloc__telephone,
.grand-bloc .grand-bloc__adresse,
.grand-bloc .grand-bloc__lienliste {
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.grand-bloc .row .grand-bloc__content .grand-bloc__content--wrapper .titre * {
    color: #FEFEFE;
    font-family: "aquavit", sans-serif;
    font-size: 6.4rem;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 24px;
}

.grand-bloc .grand-bloc__desc * {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  line-height: 1.6;
  font-size: 1.8rem;
  color: #FEFEFE;
  margin: 0 0 24px;
}

.grand-bloc .titre {
  overflow: hidden;
}

@media (max-width: 992px) {
  .grand-bloc .row .grand-bloc__content::before {
    background: rgb(0 0 0);
  }

  .grand-bloc .grand-bloc__content--liste .grand-bloc__content--liste--wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    justify-content: center;
  }
}

.grand-bloc__etiquette {
    position: absolute;
    z-index: 5;
    bottom: 28px;
    right: 28px;
    display: inline-flex;
    align-items: center;
    padding: 14px 24px;
    background: #FFFCF5;
    border-radius: 0;

    /* État initial pour l'animation JS */
    opacity: 0;
    transform: translateY(12px);
    will-change: transform, opacity;
}

.grand-bloc__etiquette span {
    font-family: "Jost", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #293E2B;
}

@media (max-width: 767px) {
    .grand-bloc__etiquette {
        bottom: 16px;
        right: 16px;
        padding: 10px 16px;
    }

    .grand-bloc__etiquette span {
        font-size: 1.1rem;
    }
}

/* Indicateur de scroll du grand bloc */
.grand-bloc__scroll {
    position: absolute;
    z-index: 6;
    left: 50%;
    bottom: 28px;
    width: 54px;
    height: 54px;
    margin-left: -27px;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #FEFEFE;
    background: rgba(17, 10, 6, 0.18);
    border: 1px solid rgba(254, 254, 254, 0.55);
    border-radius: 50%;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    cursor: pointer;
    opacity: 0;

    transition:
        color 0.35s ease,
        background-color 0.35s ease,
        border-color 0.35s ease;

    will-change: transform, opacity;
}

.grand-bloc__scroll::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2a3f2c;
    transform: translateX(-50%);
    transition: transform 0.35s ease;
}

.grand-bloc__scroll-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    will-change: transform;
}

.grand-bloc__scroll svg {
    display: block;
}

.grand-bloc__scroll:hover {
    color: #293E2B;
    background: #FFFCF5;
    border-color: #FFFCF5;
}

.grand-bloc__scroll:hover::before {
    transform: translateX(-50%) scale(1.35);
}

.grand-bloc__scroll:focus-visible {
    outline: 2px solid #FEFEFE;
    outline-offset: 5px;
}

@media (max-width: 767px) {
    .grand-bloc__scroll {
        bottom: 16px;
        width: 48px;
        height: 48px;
        margin-left: -24px;
    }

    .grand-bloc__scroll svg {
        width: 21px;
        height: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .grand-bloc__scroll,
    .grand-bloc__scroll-inner {
        transition: none;
    }
}