.homepage {
    width: 100%;
    background-color: #010101;
}

.page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-preloader__star {
    width: 6vw;
    height: auto;
}

.hero-section {
    visibility: hidden;
}

.section-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}

.hero-section {
    position: relative;
    height: 44.11vw;
    overflow: hidden;
}

.hero-bg-wrapper {
    position: absolute;
    inset: 0;
}

.hero-slide-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 5vw;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
     object-position: top;
    display: block;
}

.hero-section .slick-track .hero-slide:nth-child(2) .hero-bg {
    object-position: center;
}
.hero-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30vw;
    background: linear-gradient(to bottom, transparent, #010101);
    pointer-events: none;
}

.hero-content {
    position: absolute;
    bottom: 6.25vw;
    left: 10.26vw;
}

.hero-title {
    font-size: 4.5vw;
    line-height: 4.95vw;
    color: #ffffff;
    margin-bottom: 0.83vw;
    max-width: 36.7vw;
    font-weight: 400;
}

.hero-subtitle {
    font-weight: 100;
    font-size: 2.08vw;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.hero-section .slick-slider, .hero-section .slick-list,.hero-section .slick-track {
    height: 100%;
}
.hero-dots {
    position: absolute;
    bottom: 7.27vw;
    right: 7vw;
    display: flex;
    gap: 0.94vw;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hero-dots li {
    display: flex;
}

.hero-dots li button {
    display: none;
}

.hero-dot {
    width: 0.94vw;
    height: 0.94vw;
    border-radius: 50%;
       background: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff90;
    display: block;
    transition: background 0.3s ease;
}

.hero-dot.is-active,
.hero-dots .slick-active .hero-dot {
    background: #ffffff;
}

.histoire-section {
    padding: 6.25vw 15vw 0vw;
    text-align: center;
}

.histoire-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.6vw;
}

.histoire-titre {
    font-size: 3.65vw;
    line-height: 1.1;
    color: #ffffff;
    max-width: 40.1vw;
}

.histoire-texte {
    font-size: 1vw;
    color: #b2b2b2;
    line-height: 1.56vw;
    max-width: 49.9vw;
}

.histoire-vline {
    width: 1px;
    height: 4.58vw;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 1vw auto;
}

.histoire-scroll-down {
    display: flex;
    justify-content: center;
}

@keyframes arrow-bounce {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(0.25vw); }
}

.scroll-circle {
    width: 2.6vw;
    height: 2.6vw;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.scroll-circle:hover {
    transform: scale(1.04);
    border-color: rgba(255, 255, 255, 0.6);
}

.scroll-circle:hover svg {
    animation: arrow-bounce 0.7s ease infinite;
}

.scroll-circle svg {
    width: 0.98vw;
    height: auto;
}

.cetems-section {
    display: flex;
    gap: 3.65vw;
    padding: 3vw 13vw;
    overflow: hidden;
}

.cetems-left {
    flex: 0 0 33.54vw;
    display: flex;
    flex-direction: column;
}

.cetems-image-main img {
    width: 100%;
    height: 19.64vw;
    object-fit: cover;
}

.cetems-texte {
    margin-top: 3.13vw;
    font-size: 0.83vw;
    color: #b2b2b2;
    line-height: 1.5;
}

.cetems-texte p {
    margin-bottom: 1vw;
}

.cetems-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cetems-titre {
    font-size: 3.65vw;
    line-height: 1.1;
    color: #ffffff;
    margin-top: 5.42vw;
    margin-bottom: 3.13vw;
}

.cetems-images {
    position: relative;
    height: 24vw;
}

.cetems-img-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 28.18vw;
}

.cetems-img-top img {
    width: 100%;
    height: 19.64vw;
    object-fit: cover;
}

.cetems-img-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 19.11vw;
}

.cetems-img-bottom img {
    width: 100%;
    height: 16.98vw;
    object-fit: cover;
}

.style-section {
    display: flex;
    gap: 3.65vw;
    padding: 5.21vw 13vw;
    overflow: hidden;
}

.style-left {
    flex: 0 0 34vw;
}

.style-images {
    position: relative;
    height: 36vw;
}

.style-img-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 27.29vw;
}

.style-img-main img {
    width: 100%;
    height: 32.08vw;
    object-fit: cover;
}

.style-img-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19.27vw;
}

.style-img-overlay img {
    width: 100%;
    height: 23.28vw;
    object-fit: cover;
}

.style-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2vw;
}

.style-titre {
    font-size: 2.6vw;
    line-height: 1;
    color: #ffffff;
    max-width: 30.57vw;
    margin-bottom: 1.5vw;
}

.style-texte {
    font-size: 0.83vw;
    color: #b2b2b2;
    line-height: 1.5;
    max-width: 28.5vw;
}

.style-texte p {
    margin-bottom: 1vw;
}

.mission-section {
    padding: 7vw 7.29vw 15vw;
    text-align: center;
}

.mission-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5vw;
}

.mission-titre {
    font-size: 3.65vw;
    line-height: 1.1;
    color: #ffffff;
    max-width: 42.81vw;
}

.mission-texte {
    font-size: 1vw;
    color: #b2b2b2;
    line-height: 1.56vw;
    max-width: 49.9vw;
}

.mission-texte p {
    margin-bottom: 1vw;
}

.mission-texte strong {
    font-family: 'IvyMode', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 1.82vw;
    line-height: 1.4;
    color: #ffffff;
    display: block;
    margin-bottom: 1.56vw;
}

.cta-section {
    display: flex;
    gap: 2.92vw;
    padding: 0 8.54vw 10vw;
}

.cta-item {
    flex: 1;
}

.cta-image img {
    width: 100%;
    height: 38.18vw;
    object-fit: cover;
    display: block;
}

.cta-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.08vw;
}

.cta-texte {
    font-family: 'IvyMode', serif;
    font-size: 2.08vw;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3;
    max-width: 85%;
    transition: opacity 0.3s ease;
}

.cta-texte:hover {
    opacity: 0.7;
}

@keyframes arrow-bounce-right {
    0%, 100% { transform: translateX(0); }
    50%       { transform: translateX(0.25vw); }
}

.cta-arrow {
    width: 2.6vw;
    height: 2.6vw;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.cta-arrow:hover {
    transform: scale(1.04);
    border-color: rgba(255, 255, 255, 0.6);
}

.cta-arrow:hover svg {
    animation: arrow-bounce-right 0.7s ease infinite;
}

.cta-arrow svg {
    width: 0.57vw;
    height: auto;
}


@media only screen and (max-width: 767px) {
    .page-preloader__star {
        width: 25vw;
    }

    .hero-section {
        height: 100vh;
        min-height: 700px;
    }

    .hero-slide-color {
        height: 20vw;
    }
    .hero-slider ,.hero-slider .slick-list, .hero-slider .slick-track{
        height: 100%;
    }

    .hero-content {
        bottom: 14vh;
        left: 5.9vw;
    }

    .hero-title {
        font-size: 15vw;
        line-height: 1.05;
        max-width: 88vw;
        margin-bottom: 5vw;
    }

    .hero-subtitle {
        font-size: 7vw;
        line-height: 1.3;
    }

    .hero-dots {
        bottom: 7vh;
        left: 6vw;
        right: auto;
    }

    .hero-dot {
        width: 4.5vw;
        height: 4.5vw;
            border: 1.5px solid #ffffff;
    }

    .histoire-section {
        padding: 12vw 5.9vw 20vw;
        position: relative;
    }
    .histoire-scroll-down {
        position: absolute;
        top: -17vw;
        right: 6vw;
    }
    .histoire-intro {
        gap: 4vw;
    }

    .histoire-titre {
        font-size: 9vw;
        max-width: 100%;
        text-align: left;
    }

    .histoire-texte {
     font-size: 4.5vw;
        line-height: 1.6;
        max-width: 100%;
        text-align: left;
    }

    .histoire-vline {
        display: none;
    }

    .scroll-circle {
        width: 12vw;
        height: 12vw;
    }

    .scroll-circle svg {
        width: 3.5vw;
    }

    .cetems-section {
        flex-direction: column;
        padding: 8vw 5.9vw 20vw;
        gap: 8vw;
    }

    .cetems-left {
        flex: none;
        width: 100%;
    }

    .cetems-image-main img {
        height: 60vw;
    }

    .cetems-texte {
        font-size: 4.2vw;
        line-height: 1.2;
        margin-top: 3vw;
    }
    .cetems-texte p{
        margin-bottom: 5vw;
    }   
    .cetems-right {
        width: 100%;
    }

    .cetems-titre {
        font-size: 10vw;
        max-width: 65vw;
        margin-top: 5vw;
        margin-bottom: 5vw;
    }
    .cetems-titre br{
        display: none;
    }
    .cetems-images {
        height: 55vw;
    }

    .cetems-img-top {
        width: 69.23vw;
    }

    .cetems-img-top img {
        height: 48.46vw;
    }

    .cetems-img-bottom {
        width: 45.92vw;
        bottom: -16vw;
    }

    .cetems-img-bottom img {
        height: 40vw;
    }

    .style-section {
        flex-direction: column-reverse;
        padding: 25vw 5.9vw 25vw;
        gap: 14vw;
    }

    .style-left {
        flex: none;
        width: 100%;
    }

    .style-images {
        height: 70vw;
    }

    .style-img-main {
        width: 66.67vw;
    }

    .style-img-main img {
        height: 75vw;
    }

    .style-img-overlay {
        width: 46.92vw;
        bottom: -18vw;
    }

    .style-img-overlay img {
        height: 55vw;
    }

    .style-right {
        padding-left: 0;
        width: 100%;
    }

    .style-titre {
        font-size: 10vw;
        max-width: 100%;
        margin-bottom: 6vw;
    }

   .style-texte {
        font-size: 4.2vw;
        line-height: 1.3;
        max-width: 100%;
    }
    .style-texte p {
        margin-bottom: 0.5vw;
    }
    .mission-section {
        padding: 10vw 5.9vw 25vw;
    }

    .mission-inner {
        gap: 4vw;
    }

    .mission-titre {
        text-align: left;
        font-size: 10vw;
        max-width: 100%;
    }

    .mission-texte {
        font-size: 4.5vw;
        line-height: 1.6;
        text-align: left;
        max-width: 100%;
    }

    .mission-texte strong {
        font-size: 6vw;
        text-align: left;
        color: #b2b2b2;
        margin-bottom: 5vw;
    }

    .cta-section {
        flex-direction: column;
        padding: 0 5.9vw 15vw;
        gap: 8vw;
    }

    .cta-item {
        width: 100%;
    }

    .cta-image img {
        height: 88vw;
    }

    .cta-footer {
        padding-top: 4vw;
    }

    .cta-texte {
        font-size: 5vw;
    }

    .cta-arrow {
        width: 8vw;
        height: 8vw;
        flex-shrink: 0;
    }

    .cta-arrow svg {
        width: 1.8vw;
    }
}
