.banner {
    background-image: url(https://propulse-corner.com/wp-content/uploads/2025/11/menu-fond.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-top: -6rem;
    padding-top: 10rem;
}

h1 {
    text-transform: uppercase;
    font-size: 4rem;
    text-shadow: 0 0 24px var(--light-purple);
}

@media screen and (max-width:980px) {
    h1 {
        font-size: 2.5rem;
    }
}

.text-line {
    font-family: var(--font-primary);
    text-transform: uppercase;
    font-size: .875rem;
    margin-top: 1rem;

}

.text-intro {
    font-size: 2.25rem;
    font-family: var(--font-primary);
    position: relative;
    z-index: 1;
}

@media screen and (max-width:980px) {
    .text-intro {
        font-size: 1.25rem;
    }

}

/*POLE*/

.item-pole {
    border: solid 1px var(--slate-800);
    padding: 2rem;
}

.purple {
    color: var(--light-purple);
}

.uk-heading-line>::after,
.uk-heading-line>::before {
    border-color: var(--slate-800);
}

/*VISION*/

.vision {
    font-family: var(--font-primary);
    background-image: url(https://propulse-corner.com/wp-content/uploads/2025/12/background-vision-scaled.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.vision .text-lead {
    font-size: 2rem;
}

.parallax-img {
    position: absolute;
    max-width: 200px;
    height: auto;
    will-change: transform;
}

.img-top-left {
    top: 10%;
    left: 2%;
}

.img-top-right {
    top: 10%;
    right: 3%;
}

.img-bottom-left {
    bottom: 10%;
    left: 6%;
}

.img-bottom-right {
    bottom: 10%;
    right: 4%;
}

@media screen and (max-width:640px) {
    .jeudis-propulse .parallax-img {
        max-width: 100px;
    }
}

.vision p {
    z-index: 1;
    position: relative;
}

.highlight-wrapper {
    position: relative;
    display: inline-block;
}

.highlight-wrapper .highlight-svg {
    position: absolute;
    bottom: -4px;
    /* ajuste selon l'alignement */
    left: 0;
    z-index: -1;
    /* derrière le texte */
    width: 100%;
    /* adapte à ton texte si nécessaire */
    height: auto;
}

@media screen and (max-width:980px) {
    .vision .parallax-img {
        max-width: 100px;
    }

    .vision p {
        font-size: 1.5rem;
    }
}