.herobanner {
    background-image: url(https://propulse-corner.com/wp-content/uploads/2025/11/herobanner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100dvh;
    margin-top: -6rem;
    background-position: center;
}

@media screen and (max-width:640px) {
    .herobanner {
        background-image: url(https://propulse-corner.com/wp-content/uploads/2026/01/HOME_MOBILE.webp);
        min-height: 90vh;
        margin-top: 0;
    }

    .text {
        background: #010712;
        background: -webkit-linear-gradient(180deg, rgba(1, 7, 18, 0) 0%, rgba(1, 7, 18, 1) 50%);
        background: -moz-linear-gradient(180deg, rgba(1, 7, 18, 0) 0%, rgba(1, 7, 18, 1) 50%);
        background: linear-gradient(180deg, rgba(1, 7, 18, 0) 0%, rgba(1, 7, 18, 1) 50%);
        padding: 2rem;
    }
}

.herobanner .text-lead {
    text-transform: uppercase;
    font-size: 5rem;
    font-family: var(--font-primary);
    text-shadow: 0 0 24px var(--light-purple);
}


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

/*************$PROPULSE TON PROJET************/

.propulse-ton-projet {
    background-image: url(https://propulse-corner.com/wp-content/uploads/2025/11/background-propulse.webp);
    background-size: cover;
    background-repeat: no-repeat;

}

.propulse-ton-projet .splash img {
    max-width: 50vw;
}

.propulse-ton-projet .contenu * {
    position: relative;
    z-index: 1;
}

.propulse-ton-projet .contenu p,
.propulse-ton-projet .contenu h1 {
    font-size: 3rem;
    font-family: var(--font-primary);
    text-transform: initial;
    line-height: 1.5;
    text-shadow: none;
    margin-bottom: 1rem;
}

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

.highlight-wrapper .highlight-svg {
    position: absolute;
    bottom: -8px;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
    /* derrière le texte */
    /* Masque initial : largeur 0 */
    clip-path: inset(0 100% 0 0);
}


@media screen and (max-width:640px) {
    .propulse-ton-projet .uk-padding-large {
        padding: 1rem;
    }
}



/*************BLOG************/

.blog .title {
    border-bottom: solid 1px var(--slate-800);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.blog .uk-grid-divider>:not(.uk-first-column)::before {
    border-color: var(--slate-800);
}

.blog .divider-bottom-blog {
    margin-top: 2rem;
    border-top: solid 1px var(--slate-800);
}

/*************STUDIO************/

.studio .slider:before {
    content: '';
    height: 100%;
    width: 100%;
    background: #020114;
    background: radial-gradient(circle, rgba(2, 1, 20, 0) 0%, rgba(2, 1, 20, 0.8) 120%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.position-contenu {
    bottom: 2rem;
}

.position-contenu * {
    position: relative;
    z-index: 2;
}

.studio h2 {
    font-size: 3rem;
}

.studio p {
    font-size: 1.25rem;
    color: var(--white);
}

.studio .buttons {
    gap: 2rem;
}

.studio .uk-button-secondary {
    background-color: transparent;
    color: var(--white);
}

.studio .uk-button-secondary:hover {
    color: var(--white);
}


.custom-dots {
    display: flex;
    gap: 12px;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 2;
}

.custom-dots li a {
    display: block;
    width: 1rem;
    height: 2px;
    background: var(--white);
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in;
}

.custom-dots li.uk-active a {
    width: 3rem;
    transition: all .3s ease-in;
}


/* Barre de progression interne */
.custom-dots li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--light-purple);
    transform: scaleX(0);
    transform-origin: left;
}


/* Quand le dot est actif, animation de progression */
.custom-dots li.uk-active a::after {
    animation: dot-progress var(--duration, 5s) linear forwards;
}

@media screen and (max-width:980px) {
    .slider-progress {
        top: -2rem;
        margin: 0;
        right: 2rem;
        height: max-content;
    }
}

@keyframes dot-progress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}


/*----------JEUDIS PROPULSE *---------*/


/*VISION*/

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

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

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

.jeudis-propulse .img-top-left {
    top: 10%;
    left: 0%;
}

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

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

.jeudis-propulse .img-bottom-right {
    bottom: 10%;
    right: 6%;
}


/*************ARTISTES************/

.artistes .title {
    border-bottom: solid 1px var(--slate-800);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}


@media screen and (max-width:980px) {
    .herobanner p.text-lead {
        font-size: 4rem;
    }

    .propulse-ton-projet .contenu p,
    .propulse-ton-projet .contenu h1 {
        font-size: 2rem;
    }

    .studio h2 {
        font-size: 1.5rem;
        margin-top: 2rem;
    }

    .studio p {
        font-size: 1rem;
    }

    .studio .buttons {
        display: block;
    }

    .position-contenu {
        position: relative !important;
        bottom: initial;
    }

    .title {
        display: block;
    }

}


/***LOADER****/
/* .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loader-base {
    
}

.loader-image {
    max-width: 200px;
    opacity: 1;
}

.site {
    opacity: 0;
    transform: translateY(50px);
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

.im-svg,
.pro-svg {
    max-width: 200px;
    position: absolute;
    z-index: 12;
}

*/