body {
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    color: #313a40;
    background: #fff;
    cursor: default;
}

.row_12::after {
    content: "";
    display: block;
    clear: both;
}

.questions .row_sm_12 {
	margin-left: 0;
}

.questions {
    border: 1px solid #dde2e7;
    padding: 30px 20px;
    position: relative;
    background: #efefef;
}

#second_question,
#third_question,
#fourth_question {
    margin-top: 30px;
}

.arrow-question {
	position: absolute;
    width: 34px;
    height: 34px;
    background: #efefef;
    border-left: 1px solid #dde2e7;
    border-bottom: 1px solid #dde2e7;
    left: 50%;
    bottom: -18px;
	-webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

.arrow-question img {
    top: 18px;
    left: 0px;
    display: block;
    position: relative;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

p.title {
    font-size: 20px;
}

p.title:first-child {
    margin-top: 0;
}

.content_button {
    text-align: center;
}

.content_button::after, .results {
    content: "";
    display: block;
    clear: both;
}
.content_button .col {
    float: left;
    width: 33.3333%;
}

button.no-actif {
    opacity: .5;
}

.content_button button.btn_simple {
    border: 2px solid #8eb912;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: inherit;
    height: inherit;
    padding: 8px 5px;
    cursor: pointer;
    color: #fff;
    background: #8eb912;
	width: 100%;
    max-width: 160px;
    margin: 5px;
    text-transform: uppercase;
}

.content_button button.btn_simple:hover {
    background: transparent;
    color: #8eb912;
    border: 2px solid #8eb912;
}

.content_button .btn_bloc {
	position: relative;
	border: 2px solid #8eb912;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #8eb912;
    margin: 5px;
    text-transform: uppercase;
    width: 160px;
    height: 160px;
}

.content_button .btn_bloc span {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    left: 0;
    bottom: 8px;
}

.content_button .btn_bloc:hover span {
	color: #8eb912;
}

.content_button .btn_bloc#bt_q2_op_1 {
	background: #8eb912 url(img/fl-c.png) no-repeat;
	background-size: 92%;
    background-position: center 10px;
}

.content_button .btn_bloc#bt_q2_op_1:hover {
	background: transparent url(img/fl-h.png) no-repeat;
	background-size: 92%;
    background-position: center 10px;
	border: 2px solid #8eb912;
}

.content_button .btn_bloc#bt_q2_op_2 {
	background: #8eb912 url(img/bx-c.png) no-repeat;
	background-size: 92%;
    background-position: center 10px;
}

.content_button .btn_bloc#bt_q2_op_2:hover {
	background: transparent url(img/bx-h.png) no-repeat;
	background-size: 92%;
    background-position: center 10px;
	border: 2px solid #8eb912;
}

.content_button .btn_bloc#bt_q2_op_3 {
	background: #8eb912 url(img/wa-c.png) no-repeat;
	background-size: 92%;
    background-position: center 10px;
}

.content_button .btn_bloc#bt_q2_op_3:hover {
	background: transparent url(img/wa-h.png) no-repeat;
	background-size: 92%;
    background-position: center 10px;
	border: 2px solid #8eb912;
}

.results {
    margin-top: 60px;
}

.group-feature {
    margin-top: 30px;
}

.group-collapse .header p {
	color: #313a40 !important;
    border: 1px solid #dde2e7;
    padding: 10px 15px;
    display: block;
    background: #efefef;
    border-radius: 0 !important;
    font-weight: 500;
    color: #313a40;
    text-decoration: none;
    margin: 0;
    cursor: pointer;
}

.group-collapse .header p svg {
	margin-right: 5px;
}

.group-feature .body {
    display: none;
    border: 1px solid #dde2e7;
    border-top: 0;
    padding: 10px 20px;
}

.resultslide .row::after {
	content: "";
	display: block;
	clear: both;
}

.resultslide .col-sm-9 {
    width: 75%;
    float: left;
}

.resultslide .col-sm-3 {
    width: 25%;
    float: left;
}

.resultslide .row {
    margin: 20px 0;
}

.resultslide p.caption {
    margin: 20px 0;
    font-weight: 600;
}

.results table {
    width: 100%;
    border-collapse:collapse;
}

.results table tr.content {
    border: 0;
    border-top: 1px solid #dde2e7;
}

.results table tr:first-child {
    border: 0;
    border-top: 0;
}

.results table tr td {
    padding: 20px;
}

.results table tr td:nth-child(odd) {
    background: #efefef;
}

p.footnote {
    font-size: 12px;
}

div#tax_system a {
    color: #8eb912;
    text-decoration: none;
}

div#tax_system a:hover {
    text-decoration: underline;
}

.group-collapse {
    border-radius: 0 !important;
}

.body-content ul {
    padding-left: 20px;
    list-style: disc;
}

.body-content ol {
    padding-left: 20px;
    list-style: circle;
}

.body-content ol li,
.body-content ul li  {
    margin-bottom: 15px;
}