.sw-toolbar-bottom {
    display: none;
}

.item_option {
    width: 50%;
    margin: 0 auto;
    display: inline-block;
}

.item_option label {
    width: 99% !important;
}

.btn-next-poll {
    text-align: center;
    margin-bottom: 10px;
}

.sw-btn-next {
    background-color: #ff3300;
    padding: 6px 47px;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    font-family: "Bitter";
}

.sw-btn-next:hover {
    background-color: #0da834;
}

.step-anchor {
    display: none !important;
}

.resultProgress{width: 100%; margin:0 auto}
.progressBar {
    width: 100%;
    height: 30px;
    border-radius:5px;
    margin-bottom: 20px;
    background-color: #ddd;
}
.margin-top{margin-top:40px;}
.titleBar {
    font-size: 20px;
    font-family: "Bitter";
}
.progressBar div {
    border-radius:5px;
    height: 100%;
    padding: 4px 0px;
    font-size: 16px;
    font-family: "Bitter";
    color: #fff;
    text-align: center;
    line-height: 22px;
    width: 0;
    vertical-align: middle;
    background-color: #ff3300;
}

.titleBarText {
    width: 80%;
}

.summVois {
    margin: 2px;
    float: right;
    font-family: "Bitter";
}

.totalVois {
    text-align: center;
    margin: 10px;
    font-family: "Bitter";
}