<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contenu {
    display: block;
    position: relative;
}

.row-premium {
    display: flex;
    justify-content: normal;
    flex-direction: row;
    margin-bottom: 5px;
    /* padding-left: 60px; */
    background-color: #2F2F30;
    padding: 20px 0px;
}

.premium {
    color: #FA8949;
    display: flex;
    align-items: center;
    margin-left: 60px;

}

.col {
    width: 15%;
    margin-left: 60px;
}

.pm-container {
    color: white;
    background-color: #404040
}

.pm-type {
    margin-left: 20px;
    position: relative;
    min-width: 200px;
}

.pm-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    transform: translateX(-50%);
    width: 2px;
    /* Adjust the thickness of the vertical line */
    height: 100%;
    background-color: #6a6666;
    /* Adjust the color of the vertical line */
}

.pm-type p {
    font-size: 24.12px;
    padding: 1.34px;
    margin: 1.342px 0px;
    font-weight: bold;
}

.left-hand {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.left-hand button {
    margin-left: 10px;
    margin-top: 40px;
}

.card {
    height: 313px;
    width: 303px;
    background-color: #6a6666;
    padding: 13.4px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 5px;
    position: relative;
}

.card-moment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;

}

.icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.card-sous-header {
    display: flex;
    flex-direction: column;
}

.card-title {
    font-weight: bold;
    font-size: 13.4px;
    margin-bottom: 1.34px;
}

.bg-white {
    background-color: #ffffff;
}

.card-body {
    margin-top: 0px;
    word-wrap: break-word;
    overflow: hidden;
}

.card-body p {
    font-size: 11px;
}

.card-footer {
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
    margin-top: auto;
}

.separator {
    width: 100%;
}

.pm-col {
    overflow-x: auto;
    margin-left: 40px;
    display: flex !important;
    gap: 10px;
    position: relative;
    align-items: center;
}

.card-item {
    display: flex;
    gap: 10px;
}

.row-premium.header {
    margin-bottom: 0px;
    padding: 20px 20px;

}

.pm-container .btn {
    padding: 6.7px;
    font-size: 11px;
}

.card-body,
.card-media {
    position: relative;

}

.card-media {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 90px;
    overflow: hidden;
}

.media {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 213px;
    height: 213px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    margin-right: 5px;
    border-radius: 2px;
    border: 1px solid #484747;
}

.media-action {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}

/* .media-contenu {
   
} */

.card-media img,
.media img,
.media video {
    height: auto;
    width: 100%;
}

.media-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-pause-button {
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 5px;
    padding: 5px;
    font-size: 24px;
    color: white;
}

.pm-col::-webkit-scrollbar {
    width: 12px;
    border-radius: 20px;
    height: 5px;
}

.pm-col::-webkit-scrollbar-thumb {
    background-color: #a4f5fa;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.trash,
.edit,
.card-action i {
    cursor: pointer;
}

.trash:hover {
    color: red;

}

.edit:hover {
    color: rgb(102, 255, 0);

}

.contenu-image {
    margin-top: 20px;
}


.journal {
    max-height: 150px;
    min-height: 150px;
    background: #404040;
    display: flex;
    border-radius: 5px;
    max-width: 565px;
    min-width: 320px;
}

.journal-item-left {
    width: 40%;
    background: #484747;
    height: 150px;
    position: relative;
}

.journal-media {
    /* background-image: url(''); */
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.journal-item-right {
    display: flex;
    gap: 5px;
    justify-content: space-around;
    flex-direction: column;
    align-items: stretch;
    padding: 0px 20px;
    width: 100%;
}

.journal-item-right a {
    border: 2px solid white;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-radius: 2px;
}

.post-comment {
    max-height: 180px;
    min-width: 320px;
    background: #484747;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.post-comment small {
    margin-top: 10px;
}

.sep{
    height: 40px;
}


.premium-loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: ease 5s;
    flex-direction: column-reverse;
}
.premium-loading p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-transform: uppercase;
    color: blue;
}</pre></body></html>