.solutions-page {
    /* padding: 230px 0 0; */
}

.solutions-page .page-header {
    height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solutions-page .page-title {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

.solutions-page .page-introduction {
    width: 990px;
    color: var(--Black, #000);
}

.expertises-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.expertise-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.expertise-content {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
        /* max-width: 1200px;
    margin: 0 auto; */
    text-align: left;
    color: var(--Black, #000);
    position: relative;
    z-index: 2;
    flex: 2;
}

.expertise-arrow {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    transition: transform 0.3s ease;
}

.expertise-arrow img {
    width: 24px;
    height: 24px;
}

.expertises-fullscreen {
    position: relative;
    height: 250vh;
}

.expertises-fullscreen-container {
    height: 100vh;
    position: sticky;
    top: 0;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: row;
    padding: 132px 48px 48px;
    overflow: hidden;
}

.expertises-fullscreen-container .expertise-section-list {
    width: 70%;
}

.expertises-fullscreen-container .expertise-section-content {
    width: 30%;
}

.expertise-section-link-content {
    display: flex;
    align-items: center;
}

.expertise-section-link .expertise-section-link-content img {
    opacity: 0;
    transform: translateX(-65px);
    transition: opacity 0.2s ease, transform 0.3s ease;
}

.expertise-section-link.active .expertise-section-link-content img {
    opacity: 1;
    transform: translateX(0);
}

.expertise-section-link .expertise-section-link-title {
    color: rgba(0, 0, 0, 0.20);
    margin-left: -65px;
    transition: margin-left 0.3s ease, color 0.3s ease;
    text-align: left;
    line-height: 60px;
}

.expertise-section-link-exposant {
    color: rgba(0, 0, 0, 0.20);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    align-self: flex-start;
    transition: color 0.3s ease;
}

.expertise-section-link.active .expertise-section-link-title, .expertise-section-link.active .expertise-section-link-exposant {
    color: rgba(0, 0, 0, 1);
    margin-left: 0;
}

.expertise-section-link:hover .expertise-section-link-title, .expertise-section-link:hover .expertise-section-link-exposant {
    color: rgba(0, 0, 0, 1);
}

.expertise-section-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-end;
    height: 100%;
    align-items: flex-start;
}

.expertise-section-link-arrow img {
    height: 54px;
}

.expertise-section-content {
    position: relative;
}

.expertise-section-content-item {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 24px;
    display: none;
}

.expertise-section-content-item.active {
    opacity: 1;
    display: flex;
}

.expertise-section-content-item .view-projects-btn {
    text-align: right;
}


.expertise-title {
    color: var(--Black, #000);
    /* Desktop/Titling Display 1 */
    font-size: 128px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%; /* 115.2px */
    letter-spacing: -2.56px;
    text-transform: uppercase;
}

.expertise-tagline {
    text-align: right;
    text-transform: uppercase;

    /* Desktop/Body */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.36px;

    margin-bottom: 8px;
}

.expertise-image {
    max-width: 800px;
    margin: 0 auto 3rem;
}

.expertise-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.expertise-details {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    flex: 1;
}

.expertise-keywords {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.expertise-keyword {
    padding: 12px 16px;
    border-radius: 6px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}

.expertise-links, .expertise-sublinks {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 8px;
}

.expertise-link, .expertise-sublink {
    display: flex;
    padding: 12px 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 11px;
    border-radius: 8px;
    background: var(--White, #FFF);

    /* Blur background */
    backdrop-filter: blur(22px);
    text-transform: uppercase;
}



.expertise-link img, .expertise-sublink img {
    height: 12px;
    width: 12px;
}

/* Nouvelle section approach-3d */
.approach-3d {
    width: 100%;
    min-height: 100vh;
    padding: 240px 0 160px;
    background-color: var(--color-background);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 120px;
}

.approach-title {
    text-align: center;
    max-width: 1200px;
}

.approach-columns {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.approach-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.approach-icon {
    width: 200px;
    height: 200px;
    margin-bottom: 40px;
}

.approach-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.approach-column-title {
    color: #000;
    font-size: 48px;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.approach-column-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.36px;
    margin-bottom: 30px;
    max-width: 320px;
}

.approach-phase {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.36px;
    margin-top: auto;
}

@media (max-height: 800px) and (min-width: 1024px) {
    .expertise-section-list {
        gap: 8px;
    }

    .expertise-section-link .expertise-section-link-title {
        line-height: 54px;
        font-size: 60px;
    }
    
    
}

@media (max-width: 1024px) {

    .solutions-page .page-header {
        height: calc(100vh - 168px);
        justify-content: flex-end;
        margin-bottom: 48px;
    }

    .solutions-page .page-introduction {
        width: 100%;
    }

    .expertises-fullscreen {
        height: auto;
    }

    .expertises-fullscreen-container {
        position: relative;
        border-radius: 0;
        margin-left: -8px;
        margin-right: -8px;
        padding: 0px;
        height: auto;
        flex-direction: column;
    }

    .expertise-section-list {
        gap: 0;
    }

    .expertises-fullscreen-container .expertise-section-list {
        width: 100%;
        height: auto;
    }

    .expertise-section-content-item .view-projects-btn {
        text-align: left;
       }

    .expertise-section-link-container {
        width: 100%;
    }
    
    .expertise-section-content-item {
        opacity: 1;
        position: relative;
        padding: 102px 8px 35px;
    }

    .expertise-section-link-exposant {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.28px;
    }

    .expertise-section-link-arrow img {
        height: 24px;
    }

    .expertise-tagline {
        text-align: left;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .expertise-keywords {
        justify-content: flex-start;
    }

    .expertise-keyword {
        text-align: left;
    }
    
    .expertise-keyword-text {
        display: inline;
    }

    .expertise-links {
        margin-top: 25px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .approach-3d {
        gap: 70px;
        padding: 141px 0 80px;
    }


    .approach-columns {
        flex-direction: column;
        width: 100%;
    }

    .approach-icon {
        margin-bottom: 52px;
    }
    
}
