@keyframes bounce {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  30% {
    transform: translateY(1px) translateX(-50%);
  }
  50% {
    transform: translateY(5px) translateX(-50%);
  }
  70% {
    transform: translateY(1px) translateX(-50%);
  }
  100% {
    transform: translateY(0) translateX(-50%);
  }
}

.component-title-cta-images-and-caption__homepage-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  .component-title-cta-images-and-caption__homepage-banner--image-wrapper {
    position: relative;

    .banner-scroll-trigger {
      position: absolute;
      z-index: 3;
      display: block;
      width: 2.5rem;
      height: 2.5rem;
      background-color: var(--white);
      border-radius: 50px;
      bottom: -1.2rem;
      left: 50%;
      animation: bounce 1s infinite;
      transform-origin: center left;
      cursor: pointer;
    }
    .banner-scroll-trigger::after {
      content: '';
      position: absolute;
      display: block;
      width: 2rem;
      height: 2rem;
      aspect-ratio: 1/1;
      background-size: 2rem 2rem;
      background-repeat: no-repeat;
      background-position: center;
      background-image: var(--slider-arrow-orange);
      left: 50%;
      bottom: 50%;
      transform-origin: center left;
      transform: rotate(90deg);
    }
  }

  .page-home--component-wrapper-picture-picture-image__home {
    height: 40rem;
    width: 100vw;
    object-fit: cover;
  }
  .component-title-cta-images-and-caption__homepage-banner--text-content {
    position: absolute;
    width: var(--content-width);
    max-width: var(--max-content-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 4.87rem;
    padding-bottom: 6.63rem;
    height: 40rem;
  }
  .component-title-cta-images-and-caption__homepage-banner--title,
  .component-title-cta-images-and-caption__homepage-banner--subtitle {
    color: var(--white);
    font-family: var(--font-family);
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 900;
    line-height: 2.4125rem; /* 74.231% */
    text-transform: uppercase;
  }
  .component-title-cta-images-and-caption__homepage-banner--subtitle {
    color: var(--primary);
    font-size: 1.5rem;
    padding-top: 0.75rem;
  }
  .component-title-cta-images-and-caption__homepage-banner--description {
    max-width: 34.5rem;
    margin-bottom: 2.94rem;
    p {
      padding-top: 0.5rem;
      color: var(--white);
      font-family: var(--font-family);
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5625rem; /* 156.25% */
    }
    p:last-of-type {
      padding-top: 1.5rem;
    }
  }
  .component-cta {
    padding: 0.9375rem 1.125rem;
    width: 14.6875rem;
  }
}

.component-title-cta-images-and-caption__banner-bon-plan {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  .topic-image-text {
    position: relative;
  }
  .page-home--topic-image-text__banner-bon-plan {
    height: 18.3125rem;
    width: 100vw;
    object-fit: cover;
    object-position: center;
    overflow: hidden;

    picture,
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .component-title-cta-images-and-caption__banner-bon-plan--text-content-wrapper {
    position: absolute;
    z-index: 10;
    width: var(--content-width);
    max-width: var(--max-content-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 2.19rem;
    padding-bottom: 2.19rem;
    gap: 1.875rem;
  }
  .component-title-cta-images-and-caption__banner-bon-plan--description {
    h3 {
      color: var(--white);
      text-align: right;
      font-family: var(--font-family);
      font-size: 1.938rem;
      font-style: normal;
      font-weight: 900;
      line-height: 2.1875rem; /* 109.375% */
      text-transform: uppercase;

      strong {
        color: var(--primary);
        font-weight: 900;
      }
    }
  }
  .component-cta {
    padding: 0.9375rem 1.125rem;
    width: 14.6875rem;
    margin: 0 auto;
  }
}

.component-title-cta-images-and-caption__banner-terroirs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  .component-title-cta-images-and-caption__banner-terroirs--image-wrapper {
    position: relative;
  }
  .component-title-cta-images-and-caption__banner-terroirs--image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 148.65%);
  }
  .page-home--component-wrapper-picture-picture-image__home {
    height: 17.125rem;
    width: 100vw;
    object-fit: cover;
  }
  .component-title-cta-images-and-caption__banner-terroirs--text-content-wrapper {
    position: absolute;
    width: var(--content-width);
    max-width: var(--max-content-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 1.75rem;
    padding-bottom: 2.75rem;
    height: 100%;
  }
  .component-title-cta-images-and-caption__banner-terroirs--title {
    margin-bottom: 1.75rem;
    color: var(--white);
    font-family: var(--font-family);
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 900;
    line-height: 2rem; /* 123.077% */
    text-transform: uppercase;
    padding-left: 1.25rem;
    position: relative;
  }
  .component-title-cta-images-and-caption__banner-terroirs--title::before {
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    background-color: var(--primary);
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .component-title-cta-images-and-caption__banner-terroirs--subtitle,
  .component-title-cta-images-and-caption__banner-terroirs--description p {
    color: var(--white);
    font-family: var(--font-family);
    font-size: 2rem;
    font-style: normal;
    font-weight: 900;
    line-height: 2.1875rem;
    text-transform: uppercase;
  }

  .component-title-cta-images-and-caption__banner-terroirs--subtitle {
    color: var(--primary);
  }
  .page-home--wrapper-asset__banner-terroirs {
    position: absolute;
    right: 0;
    bottom: 1.5rem;
  }
  .page-home--component-wrapper-picture-picture-image__banner-terroirs {
    width: 4.082rem;
    height: 3.83681rem;
    aspect-ratio: 50/47;
  }
}

.component-title-cta-images-and-caption__page-terroirs-terroir {
  position: relative;
  height: 25rem;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: end;
  gap: 1rem;
  color: var(--white);

  a {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 100%;
    gap: 0.75rem;
  }

  .component-title-cta-images-and-caption--image-wrapper {
    width: 100%;
    max-width: 10rem;
    margin-bottom: 4rem;
  }

  .component-title-cta-images-and-caption__page-terroirs-terroir--image-wrapper img {
    max-width: 60%;
    height: auto;
    margin: 0 auto;
  }

  .component-title-cta-images-and-caption__page-terroirs-terroir--title {
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.75rem;
    text-align: center;
    text-transform: uppercase;
    max-width: 70%;
    text-wrap: auto;
  }

  .component-title-sliding-images-and-texts--wrapper-asset {
    width: 100%;
  }

  .component-title-sliding-images-and-texts--wrapper-asset img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
  }
}

.component-title-cta-images-and-caption__proverbe-terroir {
  position: relative;
  margin: 0 auto 3.125rem;
  .component-title-cta-images-and-caption--content-wrapper {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .component-title-cta-images-and-caption__proverbe-terroir--title {
    color: var(--white);
    font-family: var(--font-family);
    font-size: 2.813rem;
    line-height: 3.125rem;
    font-style: normal;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
  }
  .component-title-cta-images-and-caption__proverbe-terroir--subtitle {
    color: var(--white);
    font-family: var(--font-family);
    font-size: 1.375rem;
    line-height: 3.125rem;
    font-style: italic;
    font-weight: 400;
    text-align: center;
  }
  .page-terroir--wrapper-asset {
    position: relative;
    width: 100%;
  }
  .page-terroir--wrapper-asset::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, #1d1d1b, #1d1d1b 1px, #1d1d1b 1px, #000 4px);
    opacity: 0.25;
  }
  .page-terroir--component-wrapper-picture-picture-image {
    height: 20rem;
    width: 100%;
    object-fit: cover;
  }
}

.page-conseils-emilien {
  h3 {
    text-align: center;
    color: var(--white);
    font-family: var(--font-family);
    text-transform: uppercase;
    font-size: 2.125rem;
    font-weight: 900;
    font-style: normal;
    line-height: 2.188rem;
    transition: all 0.2s ease-in-out;
  }
  .component-title-sliding-images-and-texts--slides {
    cursor: pointer;
  }
  .component-title-cta-images-and-caption__card-bg-title-description-urlWrapper img {
    height: 25rem;
  }
  .component-title-cta-images-and-caption__card-bg-title-description-urlWrapper::before {
    background-color: hsl(0 0 0 / 0.3);
  }
  .component-title-cta-images-and-caption__card-bg-title-description-urlWrapper:hover::before {
    background-color: hsl(0 0 0 / 0.15);
  }
}

.component-title-cta-images-and-caption__banner-conseil {
  position: relative;
  height: 31.25rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);

  .component-title-cta-images-and-caption__banner-conseil--image-wrapper {
    position: absolute;
    inset: 0;
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .component-title-cta-images-and-caption__banner-conseil--image-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: var(--black-3);
    opacity: 0.25;
  }

  .component-title-cta-images-and-caption__banner-conseil--image-wrapper img {
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 0;
  }

  .component-title-cta-images-and-caption__banner-conseil--title {
    grid-column: 1;
    grid-row: 2;
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    color: var(--white);
    z-index: 2;
    order: 1;
    margin-bottom: auto;
  }
  .component-title-cta-images-and-caption__banner-conseil--subtitle {
    grid-column: 1;
    grid-row: 1;
    font-family: var(--font-family-playfair);
    font-size: 0.875rem;
    font-weight: 900;
    font-style: italic;
    line-height: 1.875rem;
    text-align: center;
    color: var(--white);
    text-transform: none;
    padding: 0;
    z-index: 2;
    order: 0;
    position: relative;
    margin-top: auto;
  }
  .component-title-cta-images-and-caption__banner-conseil--subtitle::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;

    background-image: url("data:image/svg+xml,%3Csvg width='62' height='64' viewBox='0 0 62 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.359253 63.3478L61.3593 0.347809' stroke='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    opacity: 0.5;
  }

  .component-title-cta-images-and-caption__banner-conseil--description p {
    font-size: 1.125rem;
    line-height: 1.25rem;
    text-align: center;
    color: var(--white);
    text-transform: none;
    padding: 0;
    z-index: 2;
    order: 2;
    margin-top: 0.313rem;
  }
}

.component-title-cta-images-and-caption__banner-conseil:has(.component-title-cta-images-and-caption__banner-conseil--description) {
  grid-template-rows: 1fr auto 1fr;

  .component-title-cta-images-and-caption__banner-conseil--image-wrapper {
    grid-row: 1 / span 3;
  }

  .component-title-cta-images-and-caption__banner-conseil--subtitle {
    margin-top: auto;
  }

  .component-title-cta-images-and-caption__banner-conseil--description {
    grid-column: 1;
    grid-row: 3;
    z-index: 2;
    margin-bottom: auto;
  }
}

.component-title-cta-images-and-caption__single-conseil-conseil {
  position: relative;
  margin: 6.875rem auto 1rem;
  text-align: center;
  border-top: 0.5rem solid var(--primary-grey-7);
  border-bottom: 0.5rem solid var(--primary-grey-7);

  .component-title-cta-images-and-caption__single-conseil-conseil--text-content-wrapper {
    padding-top: 6.875rem;
  }
  h3 {
    font-family: var(--font-family);
    text-transform: uppercase;
    font-size: 2.625rem;
    font-weight: 900;
    line-height: 1.1;
    text-wrap: auto;
    max-width: 13.75rem;
    margin: 0 auto;
    color: var(--black);

    span {
      color: var(--primary);
    }
  }
  p {
    margin: 1.875rem 0 2.5rem;
    color: var(--primary-grey-2);
    font-family: var(--font-family);
    font-size: 1.125rem;
    font-style: normal;
    line-height: 1.875rem;

    a {
      color: var(--blue);
    }
  }
  .component-title-cta-images-and-caption--image-wrapper-description {
    display: none;
  }
  .component-wrapper-picture--picture-image {
    top: -6.25rem;
    position: absolute;
    height: 180px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.component-title-cta-images-and-caption__sub-aside-2cards {
  position: relative;

  .component-title-cta-images-and-caption__sub-aside-2cards--image-wrapper {
    position: relative;
  }
  .component-title-cta-images-and-caption__sub-aside-2cards--image-wrapper:before {
    content: 'Bons plans';
    display: block;
    font-size: 1.375rem;
    font-family: var(--font-family-playfair);
    font-style: italic;
    font-weight: 900;
    text-transform: initial;
    color: var(--white);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.25rem;
    background-image: url("data:image/svg+xml,%3Csvg width='62' height='64' viewBox='0 0 62 64' fill='none' xmlns='http://www.w3.org/2000/svg' opacity='0.5'%3E%3Cpath d='M0.359253 63.3478L61.3593 0.347809' stroke='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }
  .component-title-cta-images-and-caption__sub-aside-2cards--image-wrapper img {
    width: 100%;
    height: auto;
  }
  .component-cta {
    position: absolute;
    font-size: 1rem;
    padding: 0.625rem;
    left: 50%;
    transform: translateX(-50%);
    color: var(--white);
    bottom: 1rem;

    line-height: 1.42857143;
  }
}

@media screen and (min-width: 35rem /*560px*/) {
  
  .component-title-cta-images-and-caption__banner-conseil {
    
    .component-title-cta-images-and-caption__banner-conseil--title {
      font-size: 2.5rem;
    }

    .component-title-cta-images-and-caption__banner-conseil--subtitle {
      font-size: 1rem;
      line-height: 2.5rem;
    }
  }
}

@media (min-width: 48rem /* 768px */) {
  .component-title-cta-images-and-caption__homepage-banner {
    .component-title-cta-images-and-caption__homepage-banner--text-content {
      max-width: 75.75rem;
      align-items: flex-start;
    }
  }
  .component-title-cta-images-and-caption__banner-bon-plan {
    .page-home--topic-image-text__banner-bon-plan {
      height: 26.875rem;
    }

    .page-home--topic-image-text::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 148.65%);
    }
    .component-title-cta-images-and-caption__banner-bon-plan--text-content-wrapper {
      max-width: 75.75rem;
      align-items: flex-end;
    }
    .component-title-cta-images-and-caption__banner-bon-plan--description {
      max-width: 50.875rem;
      h3 {
        text-align: right;
        font-size: 3.75rem;
        line-height: 4.2875rem; /* 114.333% */
      }
      br {
        display: none;
      }
    }
    .component-cta {
      width: auto;
      padding: 0.9375rem 3.125rem;
      margin-right: 0;
    }
  }

  .component-title-cta-images-and-caption__banner-terroirs {
    .component-title-cta-images-and-caption__banner-terroirs--text-content-wrapper {
      max-width: 75.75rem;
      padding-top: 6rem;
    }
    .page-home--component-wrapper-picture-picture-image__home {
      height: 36.0625rem;
    }
    .component-title-cta-images-and-caption__banner-terroirs--title {
      font-size: 2.125rem;
      line-height: 3.75rem; /* 176.471% */
    }

    .component-title-cta-images-and-caption__banner-terroirs--subtitle,
    .component-title-cta-images-and-caption__banner-terroirs--description p {
      font-size: 3.75rem;
      line-height: 4.2875rem; /* 114.333% */
    }

    .page-home--component-wrapper-picture-picture-image__banner-terroirs {
      width: 11.4375rem;
      height: 10.75rem;
      aspect-ratio: 183/172;
    }
  }

  .component-title-cta-images-and-caption__page-terroirs-terroir {
    height: auto;

    .component-title-cta-images-and-caption--image-wrapper {
      position: absolute;
      bottom: 1.875rem;
      right: 1.875rem;
      width: auto;
      height: auto;
      max-width: 10rem;
      margin-bottom: 0;
    }

    .component-title-cta-images-and-caption--image-wrapper img {
      width: 100%;
      max-width: 70%;
      margin: 0 0 0 auto;
    }

    .component-title-cta-images-and-caption__page-terroirs-terroir--title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 70%;
      max-width: 50rem;

      font-size: 2.813rem;
      line-height: 2.938rem;
    }

    .component-title-sliding-images-and-texts--wrapper-asset img {
      position: relative;
      width: 100%;
      max-width: 100%;
      height: auto;
    }
  }

  .component-title-cta-images-and-caption__proverbe-terroir {
    .page-terroir--component-wrapper-picture-picture-image {
      height: auto;
    }
  }

  .page-conseils-emilien {
    .component-title-cta-images-and-caption__card-bg-title-description-urlWrapper img {
      height: auto;
      aspect-ratio: 953 / 826;
    }
  }

  .component-title-cta-images-and-caption__single-conseil-conseil h3 {
    max-width: 100%;
    .pageProductPage--component-title-cta-images-and-caption__pageProductPage--text-content-wrapper {
      padding: 0;
    }
  }
  .component-title-cta-images-and-caption__banner-conseil {
    height: auto;

    .component-title-cta-images-and-caption__banner-conseil--image-wrapper {
      position: relative;
      width: 100%;
    }

    .component-title-cta-images-and-caption__banner-conseil--image-wrapper img {
      height: auto;
      width: 100%;
    }
  }

  .component-title-cta-images-and-caption__sub-aside-2cards {
    .component-cta {
      padding: 0.625rem 2.5rem;
      min-width: 10.5rem;
      bottom: 2rem;
    }
  }
}

@media (min-width: 64rem /* 1024px */) {
  .component-title-cta-images-and-caption__homepage-banner {
    .component-title-cta-images-and-caption__homepage-banner--image-wrapper {
      .banner-scroll-trigger {
        width: 4.5rem;
        height: 4.5rem;
        bottom: -2rem;
      }
      .banner-scroll-trigger::after {
        width: 3.625rem;
        height: 3.625rem;
        background-size: 3.625rem 3.625rem;
      }
    }
    .component-title-cta-images-and-caption__homepage-banner--text-content {
      padding-top: 9.25rem;
    }
    .component-title-cta-images-and-caption__homepage-banner--title {
      font-size: 4.0625rem;
      line-height: 2.9125rem; /* 71.692% */
    }
    .component-title-cta-images-and-caption__homepage-banner--subtitle {
      font-size: 1.875rem;
      line-height: 2.9125rem;
    }
    .component-title-cta-images-and-caption__homepage-banner--description {
      margin-bottom: 1.56rem;
      p {
        padding-top: 0.88rem;
        font-size: 1.25rem;
      }
      p:last-of-type {
        line-height: 2.5rem;
      }
    }

    .component-cta {
      width: auto;
      padding: 0.9375rem 3.125rem;
      margin-right: 0;
    }
  }

  .component-title-cta-images-and-caption__page-terroirs-terroir {
    .component-title-cta-images-and-caption__page-terroirs-terroir--title {
      font-size: 3.438rem;
      line-height: 3.75rem;
    }
    .component-title-cta-images-and-caption--image-wrapper img {
      max-width: 10.25rem;
      margin: 0;
    }
  }
  .component-title-cta-images-and-caption__proverbe-terroir {
    width: var(--content-width);
    max-width: var(--max-content-width);
  }
  .page-conseils-emilien {
    h3 {
      width: 70%;
      max-width: 50rem;
      font-size: 2.5rem;
      line-height: 2.5rem;
    }
    .component-title-sliding-images-and-texts--slides {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
  }

  .component-title-cta-images-and-caption__banner-conseil {
    .component-title-cta-images-and-caption__banner-conseil--title {
      font-size: 3.75rem;
    }
    .component-title-cta-images-and-caption__banner-conseil--subtitle {
      font-size: 2rem;
      line-height: 2.813rem;
    }
  }

  .component-title-cta-images-and-caption__single-conseil-conseil {
    margin: 1.5rem auto;
    padding-left: 13.125rem;
    max-width: 70%;
    display: flex;
    justify-content: center;
    border: none;

    .component-title-cta-images-and-caption__single-conseil-conseil--text-content-wrapper {
      border-top: 0.5rem solid var(--primary-grey-7);
      border-bottom: 0.5rem solid var(--primary-grey-7);
      padding: 0;
    }
    h3 {
      margin-top: 1.875rem;
      padding: 0;
    }
    p {
      text-align: center;
    }

    .component-wrapper-picture--picture-image {
      top: 50%;
      left: -1rem;
      transform: translateY(-50%);
    }
  }

  .component-title-cta-images-and-caption__sub-aside-2cards {
    .component-cta {
      padding: 0.938rem 3.125rem;
    }
  }
}

@media (min-width: 80rem /* 1280px */) {
  .component-title-cta-images-and-caption__proverbe-terroir {
    .component-title-cta-images-and-caption--content-wrapper {
      width: 90%;
      margin: 0 auto;
    }
    .component-title-cta-images-and-caption__proverbe-terroir--title {
      font-size: 4.063rem;
      line-height: 4.375rem;
    }
    .component-title-cta-images-and-caption__proverbe-terroir--subtitle {
      font-size: 1.625rem;
      line-height: 4.375rem;
    }
  }

  .page-conseils-emilien {
    h3 {
      font-size: 4.063rem;
      line-height: 4.063rem;
    }
  }

  .component-title-cta-images-and-caption__banner-conseil {
    .component-title-cta-images-and-caption__banner-conseil--title {
      font-size: 4.375rem;
    }
    .component-title-cta-images-and-caption__banner-conseil--subtitle {
      font-size: 2.313rem;
      line-height: 3.75rem;
    }
  }
}

@media (min-width: 90rem /* 1440px */) {
  .component-title-cta-images-and-caption__page-terroirs-terroir {
    .component-title-cta-images-and-caption--image-wrapper {
      right: 20rem;
    }
    .component-title-cta-images-and-caption__page-terroirs-terroir--title {
      font-size: 4.063rem;
      line-height: 4.063rem;
    }
  }
}
