#content-block{
    align-items: center;
    flex-grow: 1;
    flex-wrap: wrap;
}

.projet-slider {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
}

#slider-wrapper {
    padding-bottom: 20px;
}

.projet-meta {
    min-width: 100%;
}

.projet-image img{
    max-width: 100%;
}

.project-title .title {
    font-weight: bold;
}

@media ( min-width: 1080px ) {

    .projet-slider {
        flex-wrap: nowrap;
    }

    .projet-image img {
        height: 60vh;
        max-width: unset;
    }

    .projet-meta {
        max-width: 30vw;
        min-width: auto;
        max-height: 60vh;
        flex-basis: content;
        flex-grow: 0;
        flex-shrink: 0.9;
        font-size: 0.9vw;
    }
}

#slider-wrapper .scrollbar-track-x {
    opacity: 0;
    transition: none;
}
