.module-sondage {
    padding: 0 1em;
}

.module-sondage .question-number {
    margin-right: 10px;
}

.module-sondage .checkbox label,
.module-sondage .radio label {
    padding-left: 0px;
}

.module-sondage .radio,
.module-sondage .checkbox {
    margin-top: 0px;
}

.module-sondage .form-group {
    margin-top: 25px;
}

.module-sondage .btn {
    min-width: 125px;
}

.module-sondage .question-image {
    max-width: 100%;
    max-height: 280px;
}

.module-sondage audio,
.module-sondage video {
    width: 100%;
}

.module-sondage .red {
    color: #A13520;
    font-weight: bold;
}

.module-sondage .green,
.module-sondage textarea:disabled {
    color: #387858;
    font-weight: bold;
}

.module-sondage .answer-correct,
.module-sondage .answer-wrong {
    font-weight: bold;
    text-align: center;
    width: 100px;
    padding: 10px;
    height: 30px;
    line-height: 50%;
    margin-top: 2px;
    margin-bottom: 15px;
}

.module-sondage .answer-correct {
    background-color: #ACE3BB;
    color: #387858;
}

.module-sondage .answer-wrong {
    background-color: #F4CECD;
    color: #A13520;
}

.module-sondage .sondage-note {
    margin-bottom: 15px;
}

.module-sondage .grey {
    background-color: #ADB6BB;
    border: 1px solid #ADB6BB;
}

.module-sondage.sondage-result .progress {
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #FFFFFF ;
    -webkit-box-shadow:inset 0px 0px 0px 1px #C5BCBD;
    -moz-box-shadow:inset 0px 0px 0px 1px #C5BCBD;
    box-shadow:inset 0px 0px 0px 1px #C5BCBD;
}

.module-sondage.sondage-result .progress-bar {
    box-shadow: none;
}

.module-sondage.sondage-result .control-label {
    margin-top: 10px;
}

.module-sondage.sondage-result .od-total {
    margin-top: 10px;
}
.module-sondage.sondage-result .single-vote {
    margin-top: 30px;
}
