.slider-item {
    flex: 0 0 auto;
}

.slider-item--thumbnail {
    height: 210px;
    background-color: grey;
    background-size: cover;
    background-position: center;
}

.slider-wrapper {
    position: relative;
}

.slider-content {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    transition: transform 1s ease-in-out;
    touch-action: manipulation;
}

.slider-item--content {
    border-radius: 8px;
    display: block;
    margin-right: 20px;
    box-shadow: 7px 6px 14px 5px #80808012;
    background: white;
    overflow: hidden;
    height: 344px;
}

.slider-item--content, .slider-item--details {
    width: 306px;
}

.slider-item--details {
    padding: 14px 20px;
    height: 134px;
    position: absolute;
    bottom: 0;
}

.slider-item--details h5 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    color: #5D8AC5;
}



@media screen and (max-width: 450px){
    .slider-item--thumbnail {
        height: 150px;
    }

    .slider-item--content {
        margin: 0 8px;
        height: 290px;
    }

    .slider-item--content, .slider-item--details {
        width: 212px;
    }
}

#home_italie, #home_usa {
    overflow: hidden;
    padding: 50px 30px;
}

#home_espagne, #home_dubai {
    display: flex;
    justify-content: center;
}

#home_espagne .slider-item:last-child .slider-item--content, #home_dubai .slider-item:last-child .slider-item--content {
    margin-right: 0!important;
}

.slider-item h4 {
    line-height: 100%!important;
    transition: all .3s ease-in-out;
}

.slider-item:hover h4 {
    color: #E68162;
}
