@media (max-width: 768px) {

    #offerte-questions-wrapper {
        .offerte-question-row {
            .question-type {
                display: block;
                width: 100%;
                margin-bottom: 5px;
            }
            input {
                margin-bottom: 5px;
            }
        }
        .answers-wrapper {
            margin-left: 35px;
            .offerte-answer-row {
                position: relative;
                border-bottom: 1px solid #ccc;
                padding: 10px 0;
                &:last-of-type {
                    border-bottom: 0;
                }
                .sort_answer {
                    position: absolute;
                    left: -35px;
                    top: 4px;
                }
                input[type="text"] {
                    width: 100%;
                }
                .answer-image-wrapper {
                    margin: 0 0 5px;
                }
            }
        }
    }

    .vertical_tabs_container.type_offerte {
        .tabs-container {
            display: block;
        }
        .tabs {
            width: 100%;
            border-right: 0 solid #ccc;
            border-bottom: 1px solid #ccc;
            div {
                display: inline-block;
                vertical-align: top;
                border-bottom: 0 solid #ddd;
                border-right: 1px solid #ddd;
                &:last-of-type {
                    border-right: 0;
                }
            }
        }
        .tab-content {
            padding: 5px 15px 10px;
            fieldset {
                width: auto!important;
            }
        }
    }

}