@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

body,
p,
img,
table,
ul,
li,
div,
a,
dl,
dt,
dd,
form,
fieldset,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    color: #444444;
    font: 14px/16px 'Roboto', sans-serif;
    line-height: 1.5;
}

ul {
    margin-left: 15px;	
}

h1 {
    color: #FFF;
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

h2 {
    color: #2c5871;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
    text-align: center;
}

h3 {
    font-style: italic;
    font-size: 15px;
    margin: 10px;
    text-align: center;
}

table {
    border-collapse: collapse;
}

body {
	background-color : transparent;
}

p {
    margin-bottom: 8px;
    text-align: center;
}

p img {
    width: 100%;
}

#form_zone {
    width: 80%;
    max-width: 520px;
    min-width: 320px;
    margin: 30px auto;
    /*	opacity:0.8;								
	filter:alpha(opacity=80); */
    /*border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.6); */
    padding: 0;
    background-color: #ffffff;
    /*background-color: rgba(0, 0, 0, 0.9); */
    
    border: 1px solid #C4C4C4;
}

#form_zone_inside {
    padding: 5px 10px;
    margin: 0;
}

#form_zone_inside > table > tbody > tr > td, #form_zone_inside > table > tbody > tr > th {
    border: 1px solid #dddddd;
    border-collapse: separate;
    text-align: center;
}

#form_zone_inside > table > tbody > tr:first-child > th {
    width: 40%;
    margin-right: 10%;
}

#form_zone_inside > table > tbody > tr > td > ul > li {
    list-style: none;
}

#header {
    padding-top: 0;
    padding-bottom: 1px;
    width: 100%;
}

#header img {
    width: 100%;
    max-width: 264px;
    padding-top: 30px;
}

#footer {
    width: 80%;
    background-color: #333333;
    padding: 10px 10%;
		font-family: 'Roboto', sans-serif;
}

#after_submit {
    padding: 18px 10%;
}

#after_submit p {
    color: #55acee;
    margin-bottom: 0;
    padding: 2px;    
    font-size : 18px;
}

#footer p {
    color: #777;
    font-weight: 400;
    margin-bottom: 0;
    padding: 2px;
    text-align: center;
		font-size: 13px;
		line-height: 18px;
}

#footer a {
    text-decoration: none;
}

#footer img {
    width: 100%;
    max-width: 102px;
}

div.intro {
    background-color: #ffffff;
    width: 100%;
}

div.field {
    margin: 0 auto 10px auto;
    padding: 0px;
    text-align: center;
}

div.field input[type="text"] {
    margin: 3px 0;
}

label {
    color: #666;
    position: relative;
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
    background-color: none;
    text-align: left;
    max-width: 100%;
}

.question-masquee > label {
    display: none;
}

.invisible {
    display: none;
}


.question-apparente > label {
    display: block;
    padding: 5px 10px 0 10px;
    position: relative;
    font-size: 1.05em;
    border-radius: 0;
    -moz-border-radius: 0;
    background-color: transparent;
    min-width: 130px;
    text-align: center;
    color: #dddddd;
    margin: 5px auto;
}

.question-apparente label p {
    color: #666;
    font-size: 1.1em;
    line-height: 1.5;
}

.question-apparente:nth-last-child(1) div.input_zone {
    display: inline-block;
    width: auto;
}

.question-apparente:nth-last-child(2) div.input_zone {
    display: inline-block;
    width: auto;
}

.question-apparente a {
    color: #ffffff;
    font: 14px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

label * {
    font-size: 1.1em;
    line-height: 23px;
    text-align: center;
}

label p {
    color: #333;
    font-size: 1.15em;
    padding-top: 5px;
    margin: 0 20px;
    font-family: 'Roboto', sans-serif;
}


/* labels associes aux boutons radios et check */

label.label-after-radio {
    display: inline-block;
    border: none;
    color: #ffffff;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    float: none;
    background: none;
    transition: background .3s;
    font-size: 1em;
}

label.label-after-radio:hover {
    background: #d64e4e;
    color: #ffffff;
}

label.label-after-check {
    display: inline-block;
    border: none;
    color: #777;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    float: none;
    background: none;
    transition: background .3s;
    font-size: 1em;
}

label.label-after-check:hover {
    background: #000000;
    color: #ffffff;
}

div.input_zone {
    position: relative;
    width: 100%;
    text-align: center;
}

span.mandatory-tag {
    display: none;
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 22px;
    color: #666;
}

div.field_info {
    color: #777777;
    margin-left: 230px;
    font-size: 0.7em;
    clear: left;
}

.spacer_right {
    margin-right: 20px;
}

div#notice,
.notice {
    color: #c1cf0e;
    display: inline-block;
    margin: 10px 0;
    font-weight: bold;
}

div#error,
.error {
    color: #b00f43;
    display: none;
    margin: 10px 0;
    font-weight: bold;
    background-color: #ffffff;
}

div#alert,
.alert {
    color: #b00f43;
    display: inline-block;
    margin: 10px 0;
    font-weight: bold;
}

div.field_errors {
    right: 0;
    bottom: 6px;
    color: #85102B;
    font-size: 12px;
    z-index: 100;    
    background-color: #ffffff;
    width: 80%;
    max-width: 250px;
    margin: 0 auto;
}

div.question-apparente:last-child div.field_errors {
    top: -14px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
}

div.field_errors:nth-child(4) {
    right: 42px;
    top: -7px !important;
}

div.question-apparente div.field_errors {
    top: -30px;
    bottom: auto;
}

div.field_with_errors input,
input.field_with_errors {
    background-color: #d97272;
    /*  color : #ffffff; */
}

.error {
    color: #85102B;
}

div.field_info {
    color: #777777;
    margin-left: 250px;
    font-size: 0.7em;
    clear: left;
}

div.tooltip_zone {
    position: relative;
}

div.tooltip_text {
    position: absolute;
    z-index: 9999;
    display: none;
    left: 50px;
    color: #fff;
    background-color: #444444;
    padding: 8px;
    opacity: 0.85;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

div.input_zone > input {
    width: 80%;
    max-width: 350px;
    height: 40px;
    vertical-align: middle;
    font-size: 1em;
    font-weight: normal;
    padding: 0px 25px;
    outline: none;
    color: #555555;    
    transition: all 150ms ease-in-out 0s;
    background: rgba(255, 255, 255, 0.95);
    margin: 7px 0 15px;
    border: 1px solid #e5e5e5;
    font-family: 'Roboto', sans serif;
    text-align: center;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    background-color: #fff;
}

input.check_input {
    width: auto;
}

input[type="text"] {
    transition: box-shadow .3s;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
textarea.txt_input:hover,
textarea.txt_input:focus {
    background-color: rgba(255, 255, 255, 0.7);
}

input[type="text"]:focus {
    box-shadow: none;
    background-color: #rgba(255, 255, 255, 0.3);
}

textarea {
    width: 50%;
    height: 100%;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #CCC;
    border-radius: 3px;
    transition: all 150ms ease-in-out 0s;
}

textarea.txt_input {
    width: 98%;
    padding: 1%;
    resize: none;
    background-color: #ffffff;		
    background: rgba(255, 255, 255, 0.95);
    max-width: 400px;
}

button,
.button {
    border: none;
    background: none;
    cursor: pointer;
    background-color: #af8b57;
    color: #ffffff;
    padding: 10px 15px;
    text-decoration: none;
    height: auto;
    transition: background-color .3s;
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 15px;
    margin-top: 15px;
    letter-spacing: 1.2px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

button:hover,
.button:hover {
    background-color: #8c5a3c;;
    color: #ffffff;
    -webkit-appearance: none;
}

button.previous-question {
    display: block;
    position: relative;
    background: none;
    margin: 18px auto;
    background-color: #2c5871;
    color: #fff;
    padding: 5px;;
    font-size: 1em;
    text-align: center;
}

button.previous-question:hover {
    background: none;
    color: #cccccc;
}

button.next-question {
    background-color: #2c5871;
    color: #FFF;
}

button.next-question:hover {
    background-color: #000000;
    color: #ffffff;
}

div#progression {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 7px;
    width: 100%;
    background-color: #ffffff;
    vertical-align: center;
    padding: 0;
}

div#progression-maxi {
    margin: 15px auto;
    vertical-align: center;
    text-align: center;
}

span.progression-item {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    width: 7%;
    height: 40px;
    padding-top: 8px;
    text-align: center;
    color: rgba(0, 0, 255, 0);
    border: none;
    vertical-align: center;
}

div#progression-maxi span.current {
    background-color: #2c5871;
}

div#progression-maxi span.todo {
    background-color: #EEE;
}

div#progression-maxi span.done {
    background-color: #000000;
    vertical-align: center;
}

p.clear-util {
    clear: both;
}

div.smart_option {
    display: inline-block;
}

div.nps .smart_option_block {
		border: 0;
		opacity: 0.7;
}

div.nps .smart_option_block:hover {
    border: 0;
    opacity: 0.9;
}

div.nps .smart_option_block:selected {
    border: 0;
    opacity: 1;
}

div.nps div.smart_option div.selected {
    border: 0;
    opacity: 1;
}


div.nps .smart_option_block p {
		font-size: 15px;
		line-height: normal;
		color: #fff;
		border: none !important;
		margin: 0px !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
}

div.nps .smart_option_block {
		margin-right: 0;
		padding: 0;
}

div.nps .note {
		display: flex;
		flex-direction: row;
		justify-content: start;
}

div.nps .note p {
		font-size: 11px;
		margin: 0;
}

div.nps .note p:last-child {
		margin-left: auto;
}

div.nps .smart_option {
		flex:1;
}

div.nps .smart_one {
		display: flex;
		flex-direction: row;
}

.zero {
		background-color: #e04056;
		margin-left: 0;
		-webkit-border-top-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-left-radius: 4px;
}

.un {
		background-color: #e64b61;
}

.deux {
		background-color: #e96359;
}

.trois {
		background-color: #ec7a50;;
}

.quatre {
		background-color: #ef8f45;
}

.cinq {
		background-color: #f2a841;
}

.six {
		background-color: #ddad44;
}

.sept {
		background-color: #c7b24e;
}

.huit {
		background-color: #b3b656;
}

.neuf {
		background-color: #9dbb5c;
}

.dix {
		background-color: #87bf64;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		border-bottom-right-radius: 4px;
}


div.smart_option_block {
    border: 3px solid #ffffff;
    margin-right: 9px;
    padding: 3px;
    cursor: pointer;
}

div.smart_option_block p {
    margin-bottom: 0;
}

div.smart_option_block:hover {
    border: 3px solid #dddddd;
}

div.smart_option_block:selected {
    border: 3px solid #008C0C;
}

div.smart_multi_option_block {
    border: 3px solid #ffffff;
    padding: 14px;
    cursor: pointer;
}

div.smart_multi_option_block:hover {
    background-color: #dddddd;
}

div.smart_option div.selected {
    border: 3px solid #008C0C;
}

iframe {
    border: none;
}

div.ui-slider-horizontal {
    width: 80%;
    height: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

div.slider_options {
    width: 100%;
    margin-bottom: 15px;
}

div.slider_option {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0px 2px;
    vertical-align: top;
    height: 30px;
}

div.slider_options div.selected {
    font-weight: bold;
    color: #666;
}

div.ui-slider-range {
    background-image: none !important;
    background-color: red !important;
}

a.ui-slider-handle {
    background: #aaa;
    width: 21px !important;
    height: 26px !important;
    top: -11px !important;
    left: -10px;
    border: none !important;
}

a.ui-slider-handle:hover {
    border: none !important;
}

.field.slider-layout .input_zone {
    float: none;
    width: 80%;
    margin: 0 auto;
    max-width: 400px;
}

.field.slider-layout .input_zone {
    margin: 20px auto 0 auto;
}

.field.slider-layout .input_zone input {
    width: auto;
}

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background-color: #33ccff;
    background-image: none;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    background-color: #E1E4E9;
}

.irs-from::after,
.irs-to::after,
.irs-single::after {
    border-color: #33ccff transparent transparent;
}

.irs-from,
.irs-to,
.irs-single {
    background-color: #33ccff;
}

div div table /* priorité sélection */ {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

table  th {
    padding: 0 2% 2% 2%;
    text-align: center;
    color: #666;
}

td.grid_option {
    text-align: center;
    margin: 0 10px;
    display: table-cell;
    width: 200px;
}

td.grid_label {
    text-align: left;
    border-bottom: 1px solid #F2EFE9;
    min-width: 70px;
}

div.radio_option {
    text-align: center;
    margin: 0 10px;
    display: inline-block;
}

div.radio_option input {
    position: relative;
    cursor: pointer;
}

div.check_option {
    text-align: left;
    margin: 0 10px;
    display: inline-block;
}

table.results ul {
    list-style-type: none;
    margin-left: 6px;
    margin-top: 12px;
}

table.results td {
    padding: 8px;
    border: 1px solid #d7d1c5;
}

li {
    padding-left: 18px;
}

li.choosen {
    background: url('images/coche-mini.png') no-repeat left 3px;
}

span.expected_answer {
    font-weight: bold;
    color: #87ad29;
}

span.unexpected_answer {
    color: #b00f43;
}

div.quiz_option_result {
    display: inline-block;
    padding: 2px;
    margin-right: 10px;
}

div.expected_answer {
    border: 1px solid #87ad29;
}

div.choosen {
    background: url('../images/coche-mini.png') no-repeat 4px 4px;
    padding-left: 12px;
}

div.answer_ok {
    float: left;
    margin-left: 10px;
    width: 42px;
    height: 60px;
    background: url('images/coche.png') no-repeat left top;
}

div.answer_not_ok {
    float: left;
    margin-left: 10px;
    width: 42px;
    height: 60px;
    background: url('images/croix.png') no-repeat left top;
}

div.answer {
    margin-left: 80px;
}

div.submit_zone {
    width: 100%;
    clear: both;
    margin: 0 auto 30px;
    text-align: center;
}

a.clue {
    display: inline-block;
    margin-top: 20px;
    background: #CCC !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 4px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    margin-right: 40%;
    margin-left: 40%;
}

a.clue:hover {
    background: #927557;
    color: #ffffff;
}

div.clue,
div.confirm {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1em;
    background-color: #EEE;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

div#score {
    font-size: 2em;
    color: #87ad29;
}

span.chiffre {
    color: #ffffff;
    font-size: 1.7em;
    vertical-align: center;
}


/* report */

table.report-listing,
table.report-detail {
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.report-listing tn,
table.report-detail th {
    font-weight: normal;
    background-color: #666;
    color: #ffffff;
    background-image: linear-gradient(bottom, rgb(43, 137, 184) 9%, rgb(0, 105, 158) 55%);
    background-image: -o-linear-gradient(bottom, rgb(43, 137, 184) 9%, rgb(0, 105, 158) 55%);
    background-image: -moz-linear-gradient(bottom, rgb(43, 137, 184) 9%, rgb(0, 105, 158) 55%);
    background-image: -webkit-linear-gradient(bottom, rgb(43, 137, 184) 9%, rgb(0, 105, 158) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(43, 137, 184) 9%, rgb(0, 105, 158) 55%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(43, 137, 184)), color-stop(0.55, rgb(0, 105, 158)))
}

table.report-listing * {
    font-size: 16px;
}

table.report-detail td {
    border: 1px solid #e5e5e5;
}

table.report-detail td,
table.report-detail th {
    padding: 4px 8px;
    vertical-align: middle;
}

table.report-detail td.label,
table.report-listing td.label {
    width: 400px;
}

table.report-listing th {
    text-align: center;
}

table.report-listing tr {
    border-bottom: 1px solid #e5e5e5;
}

table.report-listing td,
table.report-listing th {
    padding: 4px 8px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
}

table.report-listing td.action {
    text-align: center;
}

table.report-listing td div.data {
    position: relative;
    height: 30px;
}

table.report-listing td.synthese {
    font-weight: bold;
}

table.report-listing td.vide {
    /*	background-color : #e5e5e5; */
}

table.report-listing th * {
    color: #ffffff;
}

table.report-listing th a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 10px;
    color: #666;
    text-decoration: none;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    margin-top: 10px;
    padding: 2px 4px;
    transition: all 0.2s ease-in-out;
}

table.report-listing th a:hover {
    background-color: #666;
    color: #ffffff;
}

table.report-listing tr.alternate td,
table.report-detail tr.alternate td {
    background-color: #f5f5f5;
}

table.report-listing tr:hover td,
table.report-detail tr:hover td {
    background-color: #eeeeee;
    transition: all 0.2s ease-in-out;
}

table.report-listing td,
table.report-detail td {
    padding: 20px 14px;
}

table.report-listing div.percent {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 9px;
}

div.percent.more {
    color: green;
}

div.percent.less {
    color: red;
}

td.currency {
    text-align: right;
}

td.label,
td.label p {
    color: #666 !important;
}

td.std,
td.std {
    text-align: center;
}

table.report-detail td img,
table.report-listing td img {
    height: 40px;
    width: auto;
}


/* commentaires */

div.comment {
    margin-top: 14px;
}

div.comment-head {
    color: #ffffff;
    background-color: #666;
    height: 21px;
    padding: 4px 4px;
    position: relative;
}

div.comment-buttons {
    position: absolute;
    right: 2px;
    top: 0px;
}

div.comment-body {
    border: 1px solid #e5e5e5;
    padding: 2px 4px;
    min-height: 80px;
}

img.user-photo {
    display: block;
    float: left;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-top: 4px;
}

div.fieldset-header {
    text-align: left;
    margin: 0 auto 22px;
    padding: 5px 0;
    background: #55acee;
    font-size: 1.1em;
		padding: 10px;
}

div.fieldset-header p {
    font-size: 1.3em;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
}

div.field-header p {
    font-size: 30px !important;
    line-height: 36px;
    padding-bottom: 15px;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif !important;
}

div.field-footer {
    text-align: left;
    margin: 7px auto 3px;
    padding: 10px;
    color: black;
}

div.field-footer p{
    font-style: italic;
}


/* VOTES */

div.poll span.mandatory-tag {
    display: none;
}

h3.poll-result-title {
    margin-top: 10px;
    color: #95bf2d;
    font-size: 16px;
}

table.poll-result td {
    padding: 1px 4px;
}

table.poll-result td.poll-result-label {
    font-size: 11px;
    width: 150px;
}

table.poll-result td.poll-result-count {
    font-size: 11px;
    width: 50px;
    text-align: right;
}

table.poll-result td.poll-result-graph {
    width: 100px;
}

div.graph-bar {
    height: 10px;
    background-color: #95bf2d;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

div.poll div.submit_zone {
    /*  margin : 10px 0 0 260px; */
    margin: 10px 0 0 0;
    text-align: center;
}

div.poll .button {
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px;
    font-size: 12px;
}

div.poll label {
    margin-bottom: 10px;
}

div.poll label.label-after-radio {
    margin-bottom: 0;
}

div.poll div#error {
    display: none;
}

div.poll div.field_errors {
    font-size: 10px;
    font-weight: normal;
}

table.score-result {
    width: 80%;
    margin: 30px auto 30px auto;
}

table.score-result td {
    padding: 1px 4px;
    border-bottom: 1px solid #aaaaaa;
    font-size: 18px;
}

table.score-result th {
    background-color: #aaaaaa;
}

table.score-result td.score-result-label {

}

table.score-result td.score-result-count {
    text-align: right;
}

table.score-result td.score-result-graph {
    width: 100px;
}

table.output tr {
    border: 1px solid #aaaaaa;
}

table.output td {
    padding: 2px 6px 2px 6px;
}

td.question p {
    margin-top: 6px;
}

td.question {
    padding-right: 60px;
}

div.x-vml-base {
    overflow: visible !important;
}

div.x-surface {
    margin: 20px 0 40px 0;
}

div.x-surface svg {
    padding: 20px;
    overflow: visible;
}

.tableau .field-header {
    height: 70px;
}

.tableau2 .field-header {
    height: 115px;
}

div.tlabel {
    width: 180px;
    float: left;
}

.tableau2 div.tlabel {
    width: 335px;
}

div.after-tlabel {
    margin-left: 180px;
    width: 570px;
    padding: 0;
}

.tableau2 div.after-tlabel {
    margin-left: 335px;
    width: 415px;
}

div.tcol {
    width: 90px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: center;
    font-size: 0.9em;
}

.tableau2 div.tcol {
    width: 90px;
}

div.field.tableau {
    border-top: 1px solid #aaaaaa;
}

.tableau label {
    width: 180px;
    float: left;
    background: none;
    height: 20px;
    margin: 0;
    font-size: 0.9em;
    padding: 10px 0;
    text-align: left;
}

.tableau.tableau2 label {
    width: 335px;
    height: 38px;
}

.tableau label p {
    color: #1C91CC;
}

.tableau div.input_zone {
    margin: 0;
    padding: 0;
    margin-left: 180px;
    width: 570px;
}

.tableau.tableau2 div.input_zone {
    width: 415px;
    margin-left: 345px;
}

.tableau .radio_option {
    float: left;
    width: 90px;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 14px;
}

.tableau.tableau2 .radio_option {
    width: 90px;
}

.tableau label.label-after-radio {
    display: none;
}

.gd label {
    float: left;
    width: 50%;
}

.gd div.input_zone {
    width: 35%;
    margin-left: 55%;
}

.gd .radio_option {
    float: none;
    text-align: left;
}

.gd label.label-after-radio {
    display: inline-block;
    border: none;
    color: #636362;
    cursor: pointer;
    margin: 0;
    padding: 5px 4px;
    float: none;
    background: none;
}

div.field.noborder {
    border-top: none;
}

a.nh_auto_click {
    display: none;
}

p.moyenne {
    margin-top: 30px;
}

p.bilan + p {
    margin-bottom: 30px;
}


.select2-container {
	width: 95% !important;
	background: rgba(255, 255, 255, 0.9);
	max-width: 400px;
	height: 40px;
	vertical-align: middle;
	font-size: 1.2em;
	font-weight: normal;
	transition: all 150ms ease-in-out 0s;
	outline: none;
}

.selection {	
	background: rgba(255, 255, 255, 0.2);
}

.select2-container--default .select2-selection--single {	
	background: none !important;
	border: none !important;
	height: 40px !important;
	vertical-align: middle !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {	
	vertical-align: middle !important;
	color: #73b295;
}

.select2-container .select2-selection--single .select2-selection__rendered {	
	background: none !important;
	border: none !important;
	height: 40px !important;
	vertical-align: middle !important;
	text-align: left;
	padding-left: 25px;
		padding-top: 7px;
			color: #73b295;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #73b295 transparent transparent transparent !important;
	border-width: 10px 8px 0 8px;
	margin-left: -30px;
	margin-top: 2px;
}
#form_zone.newsletter-site{
	width:96%;
	max-width: inherit !important;
	border: none;
	margin:0;
	background-color:transparent;
	min-width: 96%;
}
.newsletter-site .submit_zone {
    /*float: right;*/
    clear: inherit;
    margin: 0;
	width: 100%;
}
.newsletter-site div.input_zone > input {
	padding-right: 0px;
	max-width: initial !important;
	width:100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: 2px solid #c9c9c9;
	text-transform:inherit;
	text-align:left;
	border-radius:5px;
}
.newsletter-site div.input_zone {
	text-align:left;
}
.newsletter-site .button {
    margin-top:0px;
    border:none;
    height: 40px;
    padding:0 11px;
    position:relative;
    margin-top: 20px;
    width: 100%;
    background-color:rgb(100, 96, 96);
	border-radius:5px;
	text-transform:uppercase;
}
.newsletter-site .button:hover {
    border:none;
    background-color:rgb(100, 96, 96);
    color: #ffffff;
}
.newsletter-site.submit_zone::after {
	position:absolute;
    content:'>';
    width:20px;
    height:20px;
    font-size:20px;
    color:#000;
    left:0;
}
.newsletter-site #form_zone_inside {
	background-color:transparent;
	padding:0;
}
.newsletter-site div.field_errors {
	right: auto;
	top: 40px;
	color: #ffffff;
	font-size: 12px;
	z-index: 100;
	background-color: transparent;
	width: 100%;
	margin: 0 auto;
	position: absolute;
}
.newsletter-site p{
	text-align:left;
	margin: 0;
}
.newsletter-site div.field{
	margin:0;
	text-align:left;
	margin-top: 20px;
}
.newsletter-site label.label-after-radio{
	color:#333;
	text-transform: uppercase;
}
.newsletter-site label.label-after-radio:hover{
	background-color:transparent;
}
.newsletter-site label p{
	font-weight:700;
}
#form_zone.confirm-form-zone{
	width: 80%;
	max-width: 520px;
	min-width: 320px;
	margin: 0 auto;
	margin: 30px auto;
}

@media screen and (max-width: 620px) {
    div.field_errors:nth-child(4) {
        top: -7px;
    }
}

@media screen and (max-width: 326px) {
    div.question-apparente div.field_errors {
        top: -66px;
        bottom: auto;
    }
}

@media (max-width: 500px) {
    div.check_option{
        width: 100%;
    }
}

@media (max-width: 730px) {
    div.slider_option{
        width: 8% !important;
        font-size: 80%;
    }
}
