@import url('https://fonts.googleapis.com/css?family=Open+Sans');

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 'Open Sans',Helvetica,Arial,sans-serif;
  line-height : 1.5;
}

ul {
  margin-left : 15px;
}

h1 {
  margin-top: 20px;
  color : #2e2d2c;
  font-size : 22px;
  margin-bottom : 25px;
  text-align: center !important;
  background-color: #f2efe9;
  padding : 10px;
  border-radius: 4px;
}

h2 {
  color : #32667e;
  font-size : 1.5em;
  margin-bottom : 10px;
  margin-top: 10px;
}

table {
border-collapse : collapse;
}


body {  
  min-width: 320px;
}


p {
  margin-bottom : 8px;
}

#prev_button {
  display: none !important;
}

#form_zone {
  max-width : 750px;
  margin : 40px auto;

  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
  padding : 0;
  background-color: #ffffff;
}

#form_zone_inside {
      margin-left: 40px;
}


.nav{
  height:100px;
  background-color: #ffffff;
  img {
    display: inline-block;
    max-width: 270px;
    padding-top: 10px;
    padding-left: 35px;
  }
}
.nav img {
        display: inline-block;
        max-width: 270px;
        padding-top: 10px;
        padding-left: 35px;
}


#footer {
  width: 100%;
  background-color : #21414E;
}
#footer p{
  display: inline-block;
}
.img-preciser{
  max-width:60px;
}
.rejoignez-nous{
  margin-top: 22px;
  margin-right: 50px;
  float:right;
  display: flex;
}
span.titre-fin {
  color: #fcb316;
}

span.bouton-fin {
  background-color: #fcb316;
}
.r-sociaux a{
  opacity: 0.8;
}
.r-sociaux a:hover{
  opacity: 1;
  transition: 700ms;
}

.logofooter{
  margin-top: 15px;
  margin-left: 50px;
}
.logofooter img{
}
.logofooter p{
}
.tiretfooter{
  display:inline-block;
  width: 2px;
  height: 65px;
  background-color: #ffffff;
  margin-left: 40px;
}
.element-nom{
  display:table;
  margin-left:204px !important;
  margin-top:-89px !important;
  width: 195px;
}
.textrejoigneznous{
  margin-right:10px;
}

.element-nom div.input_zone > input {
  padding-left: 7px;
}
.element-prenom .input_zone{
  display:table;
  margin-left:0 !important;
  margin-top:0 !important;
  width: 195px;
}
.element-prenom div.input_zone > input {
  padding-left: 7px;
}
div.intro {
  background-color : #ffffff;
  width : 100%;
}

div.field {
  margin :  auto;
  padding : 0 10px 15px 10px;
  text-align : left;
    clear : left;
  margin-top: 5px;
}
div.field label {
  margin-top: 0;
  margin-bottom: 0;
}
div.field label p {
  margin-bottom: 0;
  line-height: 38px;
  font-weight : bold;
  font-size : 1.1em;
  color : #32667E;
}
div.field.img-radio .input_zone {
  text-align: center
}
div.field.text-input label p {
  float: left;
  padding-right: 15px;
}
div.field.text-input .input_zone input {
  width: 200px;
}
div.field.select-input label {
  float: left;
  padding-right: 15px;
}
div.field.with-title label {
  float: none !important;
  padding-right: 0;
}
div.field.with-title label h1 {
  margin-bottom: 20px;
}
div.field.with-title label p {
  float: left;
  padding-right: 15px;
}
div.field.select-input .select2 {
  width: 200px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
  background-color: #32667E;
  border-radius: none;
}
div.field.textarea-input textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  max-width: 100%;
  height: auto;
  border: 5px solid #ff6a00;
  margin-top: 15px;
  font-family: Arial, sans-serif !important;
}
textarea {
  font-family: Arial, sans-serif !important;
  line-height: normal !important;
  font-size: 15px !important;
}
div.field.centered label,
div.field.centered .input_zone {
  text-align: center !important;
}
.iradio_square:hover{
  border-color:#32667E !important;
}
label {
  color: #666;
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-size : 1.1em;
  background-color : none;
  text-align : left;
  max-width: 100%;
}
.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;
}

label a {
  color : #ffffff;
  font:1.1em'Helvetica Neue',Helvetica,Arial,sans-serif;
  line-height : 1.5;
}


label * {
  line-height: 23px;
  text-align : left;
}

label p {
  color : #657279;

}
.reference-select-container{
  margin-right:20px;
}

.select2-container {
  width: 100% !important;
  max-width: 400px;
}
/* labels associes aux boutons radios et check */

label.label-after-radio {
  display : inline-block;
  border : none;
  color : #000000;  
  cursor : pointer;
  margin : 0;
  padding : 5px 10px;
  float : none;
  background: none;
  transition: background .3s;
  font-size : 1em;
  margin-left: 5px;
}

label.label-after-radio:hover {
  background : #32667E;
  color: #ffffff;
}

label.label-after-check {
  display : inline-block;
  border : none;
  color : #000000;  
  cursor : pointer;
  margin : 0 0 0 5px;
  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 : left;

}

span.mandatory-tag {
  display : none; 
  position : absolute;
  right : 4px;
  top : 4px;
  font-size : 22px;
  color : #00699e;
}


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;
}


div#alert, .alert {
  color : #b00f43;
  display : inline-block;
  margin : 10px 0;
  font-weight : bold;
}

div.field_errors {
  color : #ff0000;
  font-weight: normal;
  z-index: 100;
position: absolute;
}

div .modele .field_errors{
top: 36px !important;
}
div .note .field_errors{
top: 45px !important;
}


div.question-apparente:last-child div.field_errors {
  width: 200px;
  top: -14px;
  background-color : #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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 {
  height : 36px;
  vertical-align : middle;
  font-size : 1.05em;
  padding: 0 0 0 1%;
  outline: none;
  color: #333;
  border: 2px solid #32667E;
  border-radius: 0;
  transition: all 150ms ease-in-out 0s;
  width: 100%;
  max-width: 400px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  background-color : #fff;
  box-sizing: border-box;
}
input.check_input {
  width: auto;
}
input[type="text"] {
  transition: box-shadow .3s;
}
input[type="text"]:hover, 
input[type="text"]:focus {
  background-color: #ffffff;
}


input[type="text"]:focus {
  box-shadow: 0 0 1px #222;
  background-color: #ffffff;
}


textarea {
  box-sizing: border-box;
  width : 50%;
  height : 100%;
  vertical-align : middle;
  background-color : #ffffff;
  border: 1px solid #CCC;
  transition: all 150ms ease-in-out 0s;
  border: 2px solid #32667E;
}

textarea.txt_input {
  width : 98%;
  padding : 1%;
  resize: none;

  background-color: #ffffff;
    max-width: 400px;

}

.owner .field:first-child input {
  max-width: 190px;
}

.hide-btn .button{
  display: none;
}

button, .button {
  border : none;
  border-radius : 0;
  background : none;
  cursor : pointer;
  background-color : #fcb316;
  color : #ffffff;
  padding : 8px 20px; 
  text-decoration : none;
  height : auto;
  transition: background-color .3s;
  -webkit-appearance: none;
  max-width : 200px;
  text-transform : uppercase;
  font-size : 1.5em;
}

button:hover, .button:hover {
  background-color: #CB9124;
  color : #ffffff;
  -webkit-appearance: none;
}


button.previous-question {
  display : block;
  position : relative;
  background : none;
  margin : 18px auto;
  background-color : #ff6a00;
  color : #000000;
    padding : 0;
  font-size : 1em;
  text-align : center;
}

button.previous-question:hover {
  background : none;
  color : #cccccc;
}

button.next-question {
  background-color : #000000;
  color : #ffffff;
}

button.next-question:hover {
  background-color: #ff6a00;
  color : #ffffff;
}

div#progression {
  margin : 0 auto;
  text-align : center;
  margin-bottom : 12px;
  padding-top : 17px;
  background-color: #ffffff;
  vertical-align : center;
}

div#progression-maxi {
  text-align : center;
}


span.progression-item {
  display : inline-block;
  margin-left: 5px;
  margin-right : 5px;
  width : 50px;
  height : 50px;
  border-radius: 50%;
  text-align : center;
  color : rgba(0, 0, 255, 0);
  border : none;
  vertical-align: middle;
}
span.progression-item .chiffre {
  display: block;
  padding-top: 7px;
}

div#progression-maxi span.todo {
  background-color : #f2efe9;
}

div#progression-maxi span.done {
  background-color : #000000;
}
span.progression-item.todo .chiffre,
span.progression-item.current .chiffre,
span.progression-item.done .chiffre {
  padding-top: 0;
  height: 50px;
  width: 50px;
}
span.progression-item.todo .chiffre {
  line-height: 50px;
}
span.progression-item.todo .chiffre button,
span.progression-item.current .chiffre button,
span.progression-item.done .chiffre button {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0;
  font-size: .8em;
}


p.clear-util {
  clear : both;
}


div.smart_option {
  display : inline-block;
} 

div.smart_option_block {
  
  border : 3px solid transparent;
  margin-right : 9px; 
  padding : 7px;
  cursor : pointer;
}
div.smart_option_block p {
  margin: 0;
}

div.smart_option_block:hover {
  border : 3px solid #dddddd;
}


div.smart_multi_option_block {
  
  border : 2px solid #ffffff;
  margin-right : 15px; 
  padding : 0 8px;
  cursor : pointer;
  min-width: 130px;
  margin-bottom: 10px;
}
div.smart_multi_option_block p{
  
  font-size: 12px;
}  

div.smart_multi_option_block:hover {
  border : 2px solid #eeeeee; 
} 


div.smart_option div.selected {
  border : 2px solid #32667e; 
} 


iframe {
  border: none;
}

div.ui-slider-horizontal {
  width : 490px;
  height : 6px; 
  margin-left : 40px;
  margin-bottom: 30px;
}

div.slider_options {
  width : 585px;
  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 : #00699e;

}

div.ui-slider-range {
  background-image : none !important;
  background-color : red !important;
}

a.ui-slider-handle {
  background : url('images/curseur.png') no-repeat 1px -1px !important;
  width : 21px !important;
  height : 26px !important;
  top : -11px !important;
  left : -10px;
  border : none !important;
}

a.ui-slider-handle:hover {
  background : url('images/curseur.png') no-repeat 1px -1px !important;
  border : none !important;
}


.field.slider-layout .input_zone {
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 95%;
  max-width: 550px;
}
.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: #ff6a00;
  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: #ff6a00 transparent transparent;
}

.irs-from, .irs-to, .irs-single {
  background-color: #ff6a00;
}

div.field.table-input table.grid_one {
  margin-top: 0;
  margin-left: 0;
  width: 100%;
}
div.field.table-input table.grid_one div.radio_option {
  width: auto;
  margin: 0;
}
div.field.table-input table.grid_one th {
  padding: 0 0 5px 0;
}
div.field.table-input table.grid_one td.grid_option {
  border-bottom: 1px solid #F2EFE9;
}
div.field.table-input table.grid_one td.grid_label {
  max-width: 185px;
}

div.field.table-input table.grid_one td {
  padding : 13px 0;
}

table.grid_one {
  margin-top : 30px;
  margin-left : 20px;
  width : 90%;
}

table.grid_one th {
  padding : 0 2% 2% 2%;
  text-align : center;
  color : #ff6a00;
  font-size: 0.85em;
}

table.grid_one tr {
  border-bottom: 2px solid #ff6a00;
}

td.grid_option {
  
  text-align : center;
}

td.grid_label {
  
  text-align : left;
  border-bottom : 1px solid #F2EFE9;
}

div.radio_option {
  text-align : left;
  margin: 0 10px;
  display: inline-block;
  width: 200px;
  position:relative;
}

div.radio_option input {
  position : relative;
  top : -2px;
  cursor : pointer;
}

div.check_option {
  text-align : left;
  margin: 0 10px;
  display: inline-block;
  width: 210px;
}

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 {
  clear : both;
    margin-top: 30px;
  margin-right: 40px;
  text-align : center;
  padding-bottom: 40px;
}

#after_submit { 
  margin-right: 40px;
  padding-bottom: 15px;
}

#after_submit p { 
  text-align : justify;
  line-height: 1.2em;
  font-size:0.8em;
  color: #32667E;
}

#after_submit a { 
  font-size:0.8em;
  color: #32667E;
}

a.clue {
  display : inline-block;
  margin-top : 20px;
  background : #95bf2d;
  border-radius : 4px;
  -moz-border-radius : 4px; 
  padding : 4px;  
  cursor : pointer;
  border : none;
  text-decoration : none;
  
}

a.clue:hover {
  background : #927557;
  color : #ffffff;
}


div.clue, div.confirm {
  margin-top : 10px;
  margin-bottom : 10px;
  padding : 10px;
  font-size : 1em;
  background-color : #f5f1ee;
  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;

}
.rating_container .star{
background: url(star-sprite.png) no-repeat;
background-position: -55px 0;
width: 22.5px;
height: 45px;
cursor: pointer;
}
.rating_container .star:nth-child(odd) {
  margin-right: 0px !important;
}

.rating_container .star:nth-child(even) {
  margin-right: 9px !important;
  background-position: -77.5px 0;
}

.rating_container .star:nth-child(even).active {
  background-position: -22.5px 0;
}


.rating_container .star:last-child {
  margin-right: 0 !important;
}

/* 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 : #00699e;
  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 : #00699e;
  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 : #00699e;
  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 : #00699e !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 : #00699e;
  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 : center;
  margin: 10px auto;
  padding: 15px 0;
  background-color: #ff6a00;
}

div.fieldset-header * {
  font-size : 1.6em;
  font-weight: 700;
  color : #ffffff;
  text-align : center;  
  line-height: 16px;
  margin-bottom: 0 !important;
}



div.field-header * {
  font-size : 1.8em;
  color : #000;
  line-height: 23px;
}


div.field-footer {
  margin : 4px 0;
  clear : both;
  
}
.field-header{
  margin-top: 50px;
  margin-bottom: 20px;
}

/* 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 td {
  padding : 1px 4px;
  border-bottom : 1px solid #aaaaaa; 
}

table.score-result th {
  background-color : #aaaaaa;
}

table.score-result td.score-result-label {
  width : 300px;
}

table.score-result td.score-result-count {
  width : 50px;
  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;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #32667E;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px !important;
}

.number {
  position: absolute;
  padding: 8px 15px;
  background-color: #657279;
  color: #ffffff;
  display: inline-block;
  margin-left: 12px;
}

.number + p {
  display: inline-block;
  margin-left: 80px;
}
.logobodemer{
  float: left; 
  margin-top: 30px; 
  margin-left: 50px;
  
}
.telbodemer{
  float: right; 
  margin-top: 45px; 
  margin-right: 50px;
}
.imgcar img {
  display: block;
  width: 100%;
  max-width: 750px;
}
.make_clear p {
  
  text-align:center;


}
.make_clear_field {
  margin-bottom:46px;
  padding-top:20px;
}
div.make_clear_field textarea{
  text-align:center;
  min-width:280px;  
  max-width:280px;
  min-height:35px;
  max-height: 35px;
  padding:5px 5px;
}


div.smart_multi_option_block.small{
  float:left;
  cursor: inherit;
}
div.smart_multi_option_block.small:hover{
  border: 2px solid transparent;
  cursor:normal;
  float:left;
}
.fieldset-footer{
  margin-top:10px;
}

/******* NEW STYLE FOR CASE COCHE + MANDATORY *****/
.checkbox-field{
  position:relative;
  clear:both;
}
.checkbox-field p{
  margin-left: 30px;
}
.checkbox-field div.input_zone{
  position: absolute;
  top: 0px;
}
.mandatory-tag{
  display: none !important;
}
.mandatory-tag2{
  box-shadow: none !important;
}
.mandatory-label p::after{
  content:"*";
  width:10px;
  left:10px;
  margin-left:10px;
  color : #ff0000;
}

@media screen and (max-width: 750px) {

  #form_zone {
    margin: 0 auto;
  }
}
@media screen and (max-width: 665px) {

  .tiretfooter{
  display:none;
}
}
@media screen and (max-width: 655px) {
  .element-prenom .input_zone{
    display: block;
    margin-left: 0;
    margin-top: 0;
    width: auto;
  }

  div.smart_multi_option_block {
                margin-right: 0;
        }
  .owner .field:first-child input {
    max-width: 400px;
  }
  #form_zone_inside {
    text-align: center;
    margin-left: 0;
    padding: 0 15px;
  }
  .rejoignez-nous{
  margin-top: 0px;
  margin-right: 0px;
  display: block;
  float: none;
  }
  div.submit_zone {
    margin-right: 0;
  }
  #footer {
    text-align: center;
    padding-bottom: 15px;
  }
  .logofooter{
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 10px;  
  
  }
  div.field,
  label p {
    text-align: center;
  }
  .reference-select-container {
    margin-right: 0;
  }
  .rating_container .star {
    float: none;
    display: inline-block;
  }
  div.radio_option {
    width: auto;
  }
  .element-nom {
  display:block;    
  margin-top:0px !important;
  margin-left:0px !important;
  width: auto;
  }
  .r-sociaux{
    margin-top:15px;
  }
  .tiretfooter{
    display: none;
  }
div.smart_multi_option_block.small{
  float:none;
  }
div.smart_multi_option_block:hover {
  border: 2px solid transparent;
}

div.smart_multi_option_block.small:hover{
  float:none;
  }
div.make_clear_field textarea{
  text-align:center;
}
div.input_zone{
  text-align: center;
}
.make_clear_field {
  margin-bottom:0;
  padding-top:0;
}
  

}
@media screen and (max-width: 539px) {

  .reference-select-container{
  float:none;
  margin-bottom:10px;
  
  }
div.smart_multi_option_block.small{
  float:none;
  }
div.smart_multi_option_block.small:hover{
  float:none;
  }
div.make_clear_field textarea{
  text-align:center;
}
div.input_zone{
  text-align: center;
}
.rating_container{
  text-align:center;
}
  
}

@media screen and (max-width: 500px) {
  
  #form_zone_inside {
      margin-left: 0px;
  }

  div.field label p {
    margin-bottom: 10px;
    line-height: normal;
    text-align: center !important;
  }
  div.field label {
    float: none !important;
    display: block;
    text-align: center !important;
  }
  div.input_zone {
    text-align: center !important;
  }
  div.field .check_option label {
    display: inline-block !important;
    margin-bottom: 2px;
  }
  input {
    text-align: center !important;
  }
  
  .number {
    position: relative;
  }
  
  .number + p {
    margin-left: 0;
  }
  .logofooter{
    margin-top: 30px; 
    
  
  }
  .logobodemer{
    float: none; 
    margin-top: 10px; 
    margin-left: 0px;
  margin-bottom: 10px;
  
  }
  .telbodemer{
    display:block;
    float: none; 
    margin: auto; 
  }
  .iradio_square{
    position:absolute !important;
    top:4px;
    left:0;
  }
  label{
    width: auto;
  }
  label.label-after-radio{
    margin-left: 25px;
  }
  div.field {
        text-align: center;
  }
  .r-sociaux{
    margin-top: 15px;
  }
  .w-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 550px) {
  #header .nav {
                text-align: center;
                padding-bottom: 15px;
    height: auto;
        }
        #header .nav a,
        #header .nav img {
                display: inline-block;
                margin-bottom: 10px;
                padding-left: 0;
                margin-top: 0;
                margin-right: 0;
                float: none;
        }
  .field-header {
    margin-top: 30px;
  }
  .w-100 {
    width: 100% !important;
  }
}

@media screen and (max-width: 760px) {
  .tiretfooter {
    display: none;
  }
  .w-100 {
    width: 100% !important;
  }
}

@media screen and (max-width: 350px) {

  div.question-apparente div.field_errors {
    top: -66px;
    bottom: auto;
  }
div.smart_option {
    display: inline-block;
    width: 50%;

}
  .w-100 {
    width: 100% !important;
  }

}
.hidden{
  display: none;
}