.card-app {
    background-color: #151515;
    border-radius: 12px;
    border: solid 5px;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    background-position: top;
    background-size: cover;
}
.tag-app {
    border-radius: 0px 0px 10px 0px;
    position: absolute;
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
    padding: 0px 10px 4px 5px;
    text-transform: uppercase;
}
.illustration-card-app-container {
    height: 300px;
    position: relative;
}
.blured_bg-app {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 20px;
    padding-top: 18px;
}
.info-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.titre_img_desc-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.titre_desc-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.img-app {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    margin-right: 10px;
}
.btn_read-container {
    display: grid;
    align-content: center;
}

.title-app {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}
.description-app {
    color: rgb(185, 185, 185);
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
}
#top-slider {
    padding: 15px;
}
@media screen and (max-width: 550px) {
    .list-app .info-container {
        padding: 8px !important;
    }
    .description-app {
        font-size: 12px;
    }
    .title-app {
        font-size: 17px;
    }
    .img-app {
        width: 42px;
        height: 42px;
    }
    .blured_bg-app {
        padding: 15px;
    }
    .slider-container {
        --swiffy-slider-item-width:100% !important;
    }
}

.list-app {
    display: flex;
    flex-direction: column;
}
.list-app .info-container {
    padding: 12px;
    border-bottom: 1px solid rgb(54, 54, 54);
}
.list-app .info-container:last-child {
    border-bottom: none;
}

.title-type-app {
    color: white;
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
}
.container-type-snippet {
    margin-bottom: 0px;
    background-color: #171717;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #313131;
    padding: 6px 12px 6px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.container-image-type {
    padding-right: 6px;
    display: flex;
}
.image-type {
    height: 38px;
}
.below_image-type {
    max-height: 26px;
}
.container-img-txt {
    display: flex;
    align-items: center;
    justify-content: center
}
.container-below_image-type {
    display: flex;
    justify-content: center;
}