.carousel-projet {
    overflow: hidden;
    width: 100%;
    z-index:5;
}

.carousel-track {
    display: flex;
    transition: transform 0.8s ease-in-out;
}

.content-desktop {
    display : block;
}

.carousel-slide {
    min-width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap : 60px;
    padding-left: 10%;
    padding-right: 10%;
}

.carousel-image{
    width: 50%;
    z-index: 5;
    margin-top: 10%;
	height:400px;
}

.carousel-image img {
	width:100%;
	height: 100% !important;
    object-fit: fill;
	object-position : center;
}

.carousel-content {
    width:30%;
	height:100%!important;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.carousel-suivant {
    width : 20%;
}

.resume {
    font-family: "General Sans"!important;
    font-weight: 400;
    font-size: 18px;
    color: #4D4D4D;
}

.carousel-next {
    display: inline-block;
    margin: 20px 0;
    font-size: 14px;
    text-decoration: none;
    color: #111;
}

.resume-2{
    margin-top: 0px;
}

.carousel-title {
    margin-top : 0px;
}

.carousel-title > a {
    font-family: "General Sans"!important;
    font-weight: 500;
    font-size: 18px;
    color:#000!important;
}


.next-project-preview {
    margin-top: 10px;
    width: 120px;
}

.next-project-preview img {
    width: 100%;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.carousel-next:hover + .next-project-preview img {
    opacity: 1;
}

.carousel-next > p {
    margin-bottom: 0px;
    font-family: "General Sans"!important;
    font-size: 18px;
    font-style: italic;
}

.arrow-bot{
    display: inline-block;
}


@media (max-width: 768px){

    .carousel-slide {
        padding-left: 0px;
        padding-right: 0px;
    }


    .carousel-title {
        margin-bottom : 0px;
        font-family: "General Sans"!important;
        font-weight: 500;
        font-size: 16px;
        font-style: italic;
        color: #000;
    }

    .carousel-image{
        width: 100%;
        height : 250px;
        z-index: 5;
        margin-top: 0px;
    }

    .carousel-image img {
        object-fit: cover;
    }

    .resume-2{
        margin-top: 0px;
    }


}