/* your styles go here */
.form-step {
    display: none;
}

img {
    max-width: 100%;
}

.form-step.active {
    display: block;
}

.custom-file-label::after {
    content: 'Parcourir'
}

.post-thumbnail {
    text-align: center;
}

.post-thumbnail img {
    height: 245px;
}