
.preview {
    height: 570px;
    width: 350px;
    background-color: black;
    color: white;
    text-align: center;
}

.preview-form {
    color: white;
    text-align: center;
    padding: 0px 50px;
}

.no-border-preview {
    margin: 0;
    background-color: black;
    min-height: 70vh;
    background: url("../images/preview_background-a614eae398ea6e3c4024769a62f9a181.png");
    background-size: cover;
}

.preview-close {
    color: white;
    font-size: 3.5rem;
}

.preview-image {
    max-width: 50%;
}

.accueil-item:hover>td {
    background-color: #f3f3f3;
}

.preview-url {
    width: 100%;
    word-wrap: break-word;
}

.ckeditor-custom {
    height: 600px;
    width: 100%;
}