label.valid {
    display: none !important;
}

.radio_group label.error {
    margin-left: 0 !important;
}

#interroge_10 {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.pm_step_form {
    width: 100%;
    height: 30px;
    clear: both;
    margin: 12px 0 30px;
    position: relative;
    border-bottom: dotted 1px #b1b1b1;
}

.pm_step_form li {
    float: left;
    position: relative;
    border-bottom: 1px solid #00a19a;
    list-style: none !important;
    margin: 0 !important;
    height: 100%;
}

.pm_step_form span {
    padding: .2em;
    display: inline-block;
    min-width: 120px;
    text-align: center;
}

.pm_step_form li.step_act,
.pm_step_form li.step_act ~ li {
    border-bottom: none;
}

.pm_step_form li.step_act:before {
    content: '';
    background: #00a19a;
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: -1px;
}

.pm_step_form li.step_act:after {
    content: '';
    background: #00a19a;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -3px;
}

.tx-interroge .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px;
}

.interroge-category:not(:last-child),
.interroge-question:not(:last-child) {
    border-bottom: 1px solid #d7d5d5;
    margin-bottom: 25px;
    padding: 5px 0;
}

.interroge-question p:first-child br + br {
    display: none;
}

.interroge-category p:first-child {
    font-size: 1rem;
}

.btn.btn-primary,
.btn.btn-primary:hover {
    color: #fff;
    background-color: #a4a4a4;
    border-color: #a4a4a4;
    background-image: linear-gradient(to bottom, #a4a4a4, #a4a4a4);
}

.interroge-result {
    margin-bottom: 30px;
}

.interroge-result-nb-bottom {
    text-align: center;
    margin-top: 15px;
    font-size: .7rem;
}

.tx-pagebrowse li {
    list-style: none !important;
    margin: 0 !important;
}

.tx-pagebrowse a {
    text-decoration: none !important;
}

.tx-pagebrowse li:not([class^="tx-pagebrowse-"]) {
    border-left: none !important;
    border-right: none !important;
    padding: 0 12px !important;
}

.tx-pagebrowse-last,
.tx-pagebrowse-first {
    display: none !important;
}

.tx-pagebrowse-prev a,
.tx-pagebrowse-next a {
    text-indent: -9999px;
    position: relative;
    width: 1em;
    display: block;
    height: 100%;
}

.tx-pagebrowse-prev a:before,
.tx-pagebrowse-next a:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    *margin-right: .3em;
    line-height: 1em;
    vertical-align: text-top;
    background-image: url("/fileadmin/templates/bootstrap/img/glyphicons-halflings.png");
    background-position: 1em 1em;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.5em 0 0 -.5em;
    transform: scale(.7);
}

.tx-pagebrowse-prev a:before {
    background-position: -432px -72px;
}

.tx-pagebrowse-next a:before {
    background-position: -456px -72px;
}

.pagination ul li a.first {
    border-left: none !important;
}

.radio-group.error {
    margin-bottom: 30px !important;
}

.radio-group .radio {
    position: relative;
    color: inherit !important;
}

.radio-group .radio .error {
    position: absolute;
    bottom: -22px;
    min-width: 370px;
    left: 18px;
    margin: 0;
    color: #b94a48;
}

.tx-interroge .help-inline.error {
    color: #b94a48;
}

.tx-interroge .control-group.success > label,
.tx-interroge .control-group.error > label,
.tx-interroge .control-group.error label.checkbox {
    color: inherit !important;
}

.tx-interroge .control-group.error .checkbox + .error {
    padding-left: 18px;
    margin: 0;
}

.tx-interroge .control-group {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
}

.tx-interroge input, .tx-interroge textarea, .tx-interroge select {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tx-interroge input[type="text"], .tx-interroge select {
    height: 32px;
}

.tx-interroge .form-horizontal .control-label {
    text-align: left;
    flex: 1 0 auto;
    padding-right: 30px;
}

.tx-interroge .form-horizontal .controls {
    display: -webkit-flex;
    display: -moz-flex;
    margin-left: 0;
    flex: 1 0 355px;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    flex-wrap: wrap;
}

.tx-interroge .form-horizontal .controls-center {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

.interroge-question h3 {
    margin-top: 0 !important;
}

.interroge-question h3 a {
    text-decoration: none !important;
    display: inline-block;
    color:#00a19a !important;
}

.interroge-question h3 a:hover {
    color: #007873 !important;
}

.tx-interroge .control-group .error {
    padding-left: 0;
    margin: 5px 0 0;
    flex: 1 0 auto;
    min-width: 200px;
    font-size: 14px;
    width: 100%;
}

.interroge-question h3,
.interroge-detail h3 {
    color: #00a19a;
    font-size: 16px !important;
}
.interroge-detail h1{
    text-transform: none;
    margin-top: 18px;
    margin-bottom: 2px;
    font-family: Georgia, serif;
    border-bottom: none;
    font-variant: normal;
    line-height: 1.4em;
    color: #00a19a;
    font-size: 16px;
}
.interroge-question h3 br,
.interroge-detail h3 br{
    display: none;
}

.interroge-question h3 {
    padding-bottom: 0;
}

.tagNews.interroge {
    text-transform: uppercase;
    font-weight: bold;
}

.interroge-detail .box_separator {
    margin: 0 0 10px 0;
    height: 1px;
    border-bottom: 1px solid #d7d5d5;
}

.interroge-question a{
    color: #706f6f !important;
}
.interroge-question a:hover{
    color: #00a19a !important;
}

/* Intégration de SpringShare */
div.sps ul {
    margin: 0;
}
div.sps ul li {
    list-style-type: none;
    list-style-image: none !important;
    margin: 0 0 25px 0 !important;
    padding: 10px 0;
    border-bottom: 1px solid #d7d5d5;
}
div.sps ul li a {
    color: #706f6f !important;
}
div.sps a span.lien {
    color: #00a19a;
    font-size: 16px !important;
    font-family: georgia;
    font-weight: bold;
}
#contenu_col2_desc div.sps li a {
    text-decoration: none;
}
div.sps a span.lien-souligne {
    text-decoration: underline;
}