body {

    margin: 0;
    padding: 0;

}

#slide-3-layer-2-titlephone {

    display: none!important;
}

.logo {

    width: 250px;

}

.navbar {
    border: none;
}

.latest-items .about-heading h4 {
    font-family: 'Roboto', sans-serif!important;
}

.owl-item {
    width: 330px!important;
}

.owl-stage-outer {
    height: 500px;
    display: flex;
}


.movie-list-container {
    padding: 0 20px;
}
  
.movie-list-wrapper {
    position: relative;
    overflow: hidden;
}

.movie-list {
    display: flex;
    align-items: center;
    height: 400px;
    transform: translateX(0);
}

.movie-list-item {
    width: 300px;
    height: 300px;
    margin-right: 30px;
    position: relative;
    border-radius: 20px;
    transition: transform ease 0.5s, box-shadow ease 0.5s;

}

.div-image::before {
    content : "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    background: linear-gradient(45deg, #dc4600 0%, rgba(98, 0, 232, 0) 75%, rgba(98, 0, 232, 0) 100%);
}

.movie-list-item::after {
    content : "\f04b";
    font-family:"FontAwesome", sans-serif;
    position: absolute;
    z-index: 1;
    color: white;
    font-size: 30px;
    border: 3px solid white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    padding: 18px 18px;
    transform: translate(-50%, -50%);
    background: linear-gradient(45deg, #dc4600 0%, rgba(98, 0, 232, 0) 75%, rgba(98, 0, 232, 0) 100%);
}

.movie-list-item-img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}


.movie-list-item-button {
    padding: 10px;
    background-color: #4dbf00;
    color: white;
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 50px;
    opacity: 0;

}

.arrow {
    font-size: 120px;
    position: absolute;
    top: 90px;
    right: 0;
    color: lightgray;
    opacity: 0.5;
    cursor: pointer;
    z-index: 1;
}

.sponser-tags {
    display: block;
    height: 300px;
    display: flex;
    align-items: center;
}

.cut-info-ref {
    background-image: url("../media/img/info_1.jpg");
    position: relative;
    height:550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.carousel {
    width: 100%;
    position: relative;
}

.carousel-container {
    display: flex;
    width: max-content; /* Important pour bien aligner les items */
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
}

.carousel-container > div {
    display: flex; /* Met les vidéos en ligne */
    white-space: nowrap; /* Empêche le retour à la ligne */
    height: 400px;
    align-items: center;
}

.videosListItems {
    flex: 0 0 auto;
    width: 350px; /* Ajuste selon la taille de tes images */
    margin-right: 30px; /* Espace entre les vidéos */
    border-radius: 20px;
    transition: transform ease 0.5s, box-shadow ease 0.5s;
}

.videosListItems :hover {
    cursor: pointer;
    transform: translateY(-5px); /* Agrandit légèrement l'image au survol */
    box-shadow: 0 0 5px 5px white; /* Ajoute une ombre blanche */
    border-radius: 20px; /* Coins arrondis */
    transition: transform ease 0.5s, box-shadow ease-in-out 0.5s;
}

.videosListItems:hover > .legende {
    color: white; /* Change la couleur de la légende au survol */
}

.videoImage {
    width: 100%;
    height: 100%;
    border-radius: 15px; /* Coins arrondis */
}

.divImage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}

/* Effet d’overlay orange semi-transparent */
.divImage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #dc4600 0%, rgba(98, 0, 232, 0) 75%, rgba(98, 0, 232, 0) 100%); /* Orange avec transparence */
    border-radius: 20px;
}

/* Style du bouton Play */
.divImage::after {
    content: "▶";
    font-size: 30px;
    border: 3px solid white;
    color: white;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.carouselLogo {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.carouselLogo-container {
    display: flex;
    width: max-content;
    transition: transform 1.5s ease-in-out;
}

.logosListItems {
    display: flex;
    gap: 50px; /* Espace entre les logos */
}

.item.brand-img img {
    width: 300px; /* Taille fixe pour les logos */
    height: auto;
    transition: transform 0.3s ease-in-out;
}


@media screen and (max-width: 468px) {

    .navbar {
        align-content: center;
    }

    .logo-dark {
        width: 90px;
    }

    .carousel-container {
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }

    .carouselLogo-container {
        margin-left: 40px;
    }

    .our-cast .container .row {
        padding-left: 35px;
        padding-right: 35px;
    }

    .videoListItems {
        width: 100%;
    }

    #about .container .dot-box {

        margin-left: 0;
        margin-right: 0;
    }

    .tp-mask-wrap .rev-btn {
        margin-top: 30px;
    }

    .row-images {
        display: none;
    }

    .defil-movies {
        padding-top: 30px;
    }


    #about {
        padding-top: 70px;
    }

    .movie-list-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }

    #slider-sec {
       background-position: -100px 0px!important;
    
    }

    .cbp-caption-defaultWrap img {
        width: 100%;
        height: a;
        max-width: 280px;
    }


    #slide-3-layer-2-titlebigscreen {

        display: none!important;
    }

    #slide-3-layer-2-titlephone {

        all: unset!important;
        font-family: Oswald!important;
        font-weight: 700!important;
        color: white!important;
        font-size: 52px!important;
        letter-spacing: 0px!important;
        line-height: 40px!important;
        text-align: center!important;
    }

    .slider-social {

        display: flex!important;
        justify-content: center!important;
    }

    .about-img {

        margin-top: 3rem;
    }

    .product-detail {

        min-width: 325px!important;
    }

    .phtext {

        margin-top: 3rem!important;
    }

}