/* START - Header */

.component-title-cta-images-and-caption__homepage-ambassadeurs {
    position: relative;
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--wrapper-sticky {
    --filter-a: 1;
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--container {
    position: relative;
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--header {
    background-color: var(--bg-white);
    /*padding: 2rem 1rem 1.5rem;*/
    padding: 2rem 0 1.5rem;
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--subtitle {
    font-weight: 400;
    font-style: normal;
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
    letter-spacing: 0.08em; /* 8% */
    text-transform: uppercase;
    color: var(--text-red);
    margin-bottom: 0.5rem;
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--title {
    font-family: "Sharp Grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem; /* 32px */
    line-height: 2.5rem; /* 40px */
    letter-spacing: 0;
    color: var(--text-blue);
    margin-bottom: 0.5rem;
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--description {
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: var(--text-blue);
    margin-bottom: 1.5rem;
}

/* END - Header */

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--items {
    width: 100%;
    max-width: 100%;
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--item {
    margin-bottom: 1.5rem;
    width: 100%;
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--scroll-down--wrapper {
    display: none;
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--item--image-container {
    position: relative;
    border-top-left-radius: var(--Border-radius-l);
    border-top-right-radius: var(--Border-radius-l);
    overflow: hidden;
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--item--image--filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Brand-Blue);
    mix-blend-mode: color;
    pointer-events: none;
    z-index: 2;
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--item--captions {
    border-radius: var(--Border-radius-l);
    background-color: var(--bg-white);
    padding: 1rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 4;
    box-shadow: 0px 2px 18px 0px #1B365D0F;
    color: var(--text-blue);
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--item--title {
    font-weight: 700;
    font-size: 1.75rem; /* 28px */
    line-height: 2rem; /* 32px */
    letter-spacing: 0;
    text-transform: none;
    color: var(--text-red);
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--item--caption {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--item--caption-secondary {
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
}

.component-title-cta-images-and-caption__homepage-ambassadeurs
.component-title-cta-images-and-caption--item .component-cta {
    /*margin-left: 1rem;*/
}

@media screen and (min-width: 64rem) { /* 1024px */

    .component-title-cta-images-and-caption__homepage-ambassadeurs {
        background-color: var(--Brand-Blue);
        transition: margin-bottom 0s ease;
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--wrapper-sticky {
        position: sticky;
        top: 0;
        height: auto;
        z-index: 1;

        --filter-a: 1;
        --mask-stop1: 20%;
        --mask-stop2: 37.5%;
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--container {
        width: 100%;
        height: 100%;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--custom-scrollbar {
        position: absolute;
        top: 0;
        right: 1.5rem;
        width: 1rem;
        height: 100%;
        border-radius: 0.5rem;
        background: rgba(0, 0, 0, 0.1);
        z-index: 5;
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--custom-thumb {
        width: 100%;
        background: #D9D9D9;
        border-radius: 0.5rem;
        position: absolute;
        top: 0;
        height: 40px;
        z-index: 6;
        cursor: grab;
        pointer-events: auto;
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--custom-thumb:active {
        cursor: grabbing;
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--header {
        position: absolute;
        z-index: 4;
        border-bottom-left-radius: var(--Border-radius-l);
        border-bottom-right-radius: var(--Border-radius-l);
        top: 0;
        right: 5rem; /* 80px */
        padding: 3.75rem 2.5rem; /* 60px 40px */
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--scroll-down--wrapper {
        /*display: block;*/
        position: absolute;
        bottom: 0;
        right: 25%;
        max-width: 278px;
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--item {
        margin-bottom: 0;
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--item:not(:first-child) {
        display: none;
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--item--image-container {
        border-top-left-radius: 0;
        border-top-right-radius: 0;

        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--item--image-container picture,
    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--item--image-container img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--item--image--filter {
        background-color: transparent;
        inset: 0;
        pointer-events: none;
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--item--image--mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        inset: 0;
        background: radial-gradient(
            circle at 50% center,
            transparent 0%,
            transparent var(--mask-stop1),
            var(--Brand-Blue) var(--mask-stop2),
            var(--Brand-Blue) 100%
        );
        pointer-events: none;

        z-index: 3;
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--item--captions--wrapper {
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;

        position: absolute;
        z-index: 4;
        bottom: 4rem;
        width: var(--content-width);
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs
    .component-title-cta-images-and-caption--item--captions {
        margin: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs 
    .component-title-cta-images-and-caption--item--title {
        color: var(--text-white);
        font-size: 4rem; /* 64px */
        line-height: 4.5rem; /* 72px */
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs 
    .component-title-cta-images-and-caption--item--caption {
        color: var(--text-white);
    }

    .component-title-cta-images-and-caption__homepage-ambassadeurs 
    .component-title-cta-images-and-caption--item--caption-secondary {
        color: var(--text-white);
        font-size: var(--h3-size); /* 40px */
        line-height: var(--h3-line-height);
    }
}

@media (prefers-reduced-motion: reduce) {
  .component-title-cta-images-and-caption__homepage-ambassadeurs {
    min-height: auto !important;
  }

  .component-title-cta-images-and-caption__homepage-ambassadeurs
  .component-title-cta-images-and-caption--wrapper-sticky {
    position: relative;
    height: auto;
  }
}
