
@import url('https://fonts.googleapis.com/css?family=Gudea:400,400i,700');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:400,600,700,800,400i,600i,700i,800i');

body, p, img, table, ul, li, div, a, dl, dt, dd, form, fieldset, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #002846;
	font:14px/16px 'Open Sans',Arial,Helvetica;
}


h1 {
	color : #002846;
	font-size : 30px;
	margin-bottom : 40px;
}

h2 {
	color : #002846;
	font-size : 24px;
	margin-bottom : 20px;
	font-weight : bold;
	font-family: 'Open Sans',Arial,Helvetica;
}

table {
border-collapse : collapse;
}


body {
	background-color : #ffffff;
}

p {
	font-family: 'Open Sans',Arial,Helvetica;
	margin-bottom : 8px;
	color : #002846;
	line-height: 20px;
}

div.fieldset-footer p {
	font-family: 'Open Sans',Arial,Helvetica;
	font-size: 1em;
}

div.fieldset-footer a {
	font-family: 'Open Sans',Arial,Helvetica;
	font-size: 1em;
	font-weight: bold;
}


a {
	color : #65DFF8;
}

#form_zone {
	width : 99%;
	max-width: 600px;
	margin : 5px auto;
	padding : 10px;
	background-color : #ffffff;	
}

#header {
	margin : 0 0 20px 0;
	padding-bottom : 16px;
	
}

#footer {
	border-top : 1px solid #e5e5e5;
	padding-top : 16px;
	margin : 40 0 10px 0;
}

div.field {
	clear : left;
	margin-bottom : 12px;
}

div.number-red {
	font-family: 'Open Sans',Arial,Helvetica;
	text-align: center;
	color:  #193669;
	background-color: #ffffff;
	border: 2px solid  #193669;
	font-weight: bold;
	font-size: 1.6em;
	width: 36px;
  -webkit-border-radius: 30px / 30px;
  -moz-border-radius: 30px / 30px; 
  border-radius: 30px / 30px;
      padding: 7px 0;
  display: inline-block;
}
.number-red.two{
  display: inline-block;

}
.number-grey.two{
  display: inline-block;

}
div.number-grey {
	font-family: 'Open Sans',Arial,Helvetica;
	text-align: center;
	color: #ffffff;
	background-color: #193669;
	font-weight: bold;
	font-size: 1.6em;
	width: 36px;
  border: 2px solid  #193669;
  -webkit-border-radius: 30px / 30px;
  -moz-border-radius: 30px / 30px; 
  border-radius: 30px / 30px;
 padding: 7px 0; 
  display: inline-block;
}

.label-masque p {
	font-weight: normal !important;
	color: #F6E93B;
}


/* version contact */

div.contact label, div.contest label, div.dashboard label {
  display : block;
	padding : 8px 40px 3px 0px;
	position : relative;
 	font-size : 1.4em;
  border-radius : 0px;
  -moz-border-radius : 0px; 
	font-family: 'Open Sans',Arial,Helvetica;
	font-weight: bold;
	color : #002846;
}

div.contact label *, div.contest label *, div.dashboard label * {
	font-size : 1em;
	color : #002846;
	font-family: 'Open Sans',Arial,Helvetica;
}




div.contest div.input_zone, div.contact div.input_zone, div.dashboard div.input_zone {
	position : relative;
	padding-bottom : 7px;
}

div.contact span.mandatory-tag, div.contest span.mandatory-tag, div.dashboard span.mandatory-tag {
	position : absolute;
	right : 4px;
	top : 0;
	display: none;
}

label.mandatory-label {
	margin-bottom: 0px;
}

label.mandatory-label p {
	margin-bottom: 4px;
}


/* version enquete */

div.survey label {
  display : block;
 	margin-bottom : 10px;
	padding : 6px 20px 6px 6px;
	position : relative;
 	font-size : 1.2em;
 	border : 1px solid #e5e5e5;
  border-radius : 0px;
  -moz-border-radius : 0px; 
}

div.survey label * {
  font-size : 0.9em;
	color : #002846;
}


/* version quiz */

div.quiz label {
  display : block;
 	margin-bottom : 10px;
	padding : 6px 20px 6px 6px;
	position : relative;
 	font-size : 1.4em;
 	border : 1px solid #e5e5e5;
  border-radius : 0px;
  -moz-border-radius : 0px; 
}



div.quiz label * {
  font-size : 0.9em;
	color : #002846;
}


/* labels associes aux boutons radios et check */

div.contact label.label-after-radio, div.contest label.label-after-radio, div.survey label.label-after-radio, div.quiz label.label-after-radio {
	display : inline-block;
	border : none;
	color : #002846;	
	cursor : pointer;
	margin : 0;
	padding : 3px 3px;/*10px;*/
	float : none;
	background: none;
	width : 40px;
}

div.contact label.label-after-radio:hover, div.contest label.label-after-radio:hover, div.survey label.label-after-radio:hover, div.quiz label.label-after-radio:hover {
	background-color : #ffffff;
}

div.contact label.label-after-check, div.contest label.label-after-check, div.survey label.label-after-check, div.quiz label.label-after-check {
	display : inline-block;
	border : none;
	color : #002846;	
	cursor : pointer;
	margin : 0;
	padding : 3px 3px;
	float : none;
	background: none;
	width : 150px;
}

div.contact label.label-after-check:hover, div.contest label.label-after-check:hover, div.survey label.label-after-check:hover, div.quiz label.label-after-check:hover {
	background-color : #ffffff;
}

div.fieldset-header {
	padding-top: 30px;
	padding-bottom: 50px;
	margin: 0 auto;
}


div.quiz div.input_zone {
	position : relative;
	padding-bottom : 16px;
}

div.quiz span.mandatory-tag {
	position : absolute;
	right : 4px;
	top : 4px;
	font-size : 22px;
	color : #54A0D5;
}




div.survey div.input_zone {
	position : relative;
	padding-bottom : 16px;
}

div.survey span.mandatory-tag {
	position : absolute;
	right : 4px;
	top : 4px;
	font-size : 22px;
	color : #54A0D5;
}




div.field_info {
color : #001B30;
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;
}




.field_with_errors {
	box-shadow: 0 0 5px #ccbfbf;
	border-color: #cd1719;
}


div#alert, .alert {
  color : #b00f43;
  display : inline-block;
  margin : 10px 0;
  font-weight : bold;
}





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 : #002846;
	padding : 8px;
	opacity:0.85;
	border-radius : 0px;
  -moz-border-radius : 0px; 

}

input, select {
	width: 100%;
	padding : 10px;
	font-size : 20px;
}
input[type="radio"] {
	width: auto;
}

input, textarea {
	border : 2px solid #002846;
	border-radius : 0px;
	padding : 5px;
}

textarea {
	height : 50px;
}

button, .button {
	cursor: pointer;
	font-size: 1.8em;
	font-family: 'Open Sans',Arial,Helvetica; 
	font-weight: 900;
	-moz-appearance:none;
	-webkit-appearance: none;
  border : none;
  background : none;
  background-color : #f3ab00;
  color : #ffffff;
  padding : 20px;
  text-decoration : none;
  text-transform: uppercase;
  border-radius : 0px;
  -moz-border-radius : 0px;
}

button:hover, .button:hover {
  opacity:0.8;
}

div#progression {
	margin-bottom : 10px;
	display : none;
}

div#progression-maxi {
  margin :  30px 30px 60px 0;
  margin : 0;
}

.select2-container.select2-container--default {
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #002846 transparent transparent transparent;
	border-style: solid;
	border-width: 2px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 2px solid #002846
	border-radius: 0;
}

div.field.select-input .select2 {
	max-width: 80% !important; /*max-width: 292px !important;*/
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px !important;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 37px !important;
}

span.progression-item {
  display : block;
  float : left;
  width : 20px;
  height : 20px;
  text-align : center;
	color : #ffffff;
	margin-right : 4px;
  border-radius :50%;
display:none;
	
}

.check_option {
	display : inline;
}

div#progression-maxi span.current {
	background-color : #002846;
	color : #ffffff;

}

div#progression-maxi span.todo {
  background-color : #002846;
	color : #ffffff;
}

div#progression-maxi span.done {
  background-color : #002846;
	color : #ffffff;
}

div#footer {
	margin-top : 30px;
}

p.clear-util {
  clear : both;
}


button.previous-question {
	display: none !important;
}

button.prev_button {
	display: none !important;
}

button.next-question {
	color : #ffffff;
}



div.smart_option {
  display : inline-block;
} 

div.smart_option_block {
  
  border : 3px solid #eeeeee;
  margin-right : 9px; 
  padding : 7px;
  cursor : pointer;
} 

div.smart_option_block:hover {
  border : 3px solid #dddddd;
} 


div.smart_option div.selected {
  border : 3px solid #87ad29; 
} 


div.smart_multi_option_block {
  
  border : 3px solid #ffffff;
  margin-right : 30px; 
  padding : 14px;
  cursor : pointer;
} 

div.smart_multi_option_block:hover {
  background-color : #dddddd;
} 


div.smart_option div.selected {
  border : 3px solid #87ad29; 
} 


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 : #cd1719;

}

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;
}

table.grid_one {
	margin-top : 30px;
	margin-left : 20px;
}

table.grid_one th {
	padding-top : 0;
	padding-left : 15px;
	text-align : center;
	color : #cd1719;
}

td.grid_option {
	padding-top : 10px;
	padding-left : 20px;
	text-align : center;
}

td.grid_label {
	padding-right : 10px;
}

div.radio_option {
	align : center;
	padding-right : 0;
	display : inline;
}



div.radio_option input {
	position : relative;
	top : 1px;
	cursor : pointer;
}




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;
}

.submit_zone {
	text-align: center;
	padding-top: 40px;
	margin : 10px 10px 10px 0;
}

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 : 0.8em;
}


/* 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 : #cd1719;
	color : #ffffff;
background-image: linear-gradient(bottom, rgb(255,102,64) 9%, rgb(185,57,31) 55%);
background-image: -o-linear-gradient(bottom, rgb(255,102,64) 9%, rgb(185,57,31) 55%);
background-image: -moz-linear-gradient(bottom, rgb(255,102,64) 9%, rgb(185,57,31) 55%);
background-image: -webkit-linear-gradient(bottom, rgb(255,102,64) 9%, rgb(185,57,31) 55%);
background-image: -ms-linear-gradient(bottom, rgb(255,102,64) 9%, rgb(185,57,31) 55%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.09, rgb(255,102,64)),
	color-stop(0.55, rgb(185,57,31))
)

	
}

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 : #cd1719;
	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 : #cd1719;
	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 : #cd1719 !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 : #cd1719;
  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.field-header {
	margin : 4px 0;
}

div.field-footer {
	margin : 4px 0;
	clear : both;
}


/* 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.field_errors {
	font-size : 0.8em;
	font-weight : normal;
	margin-top: 3px;
	color: #dc0000 !important;
}


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;
}

div.field > label {
	display : inline-block;
	position : relative;
	padding-right : 15px;
	

}





/* AJOUTS */

input.code-ticket {
	padding : 15px;
	font-size : 30px;
	font-weight : bold;
	width : 170px;
}
.code-ticket{
margin-top:20px;
}
#error{
display:none;
}

.nom.label, 
.mobile.label,
.mail.label {
	display : none;
}

/* STYLE + */

.accepte{
    display: flex;
    flex-direction: column;
  	gap: 5px;
}
.accepte .input_zone{
    padding-right:10px;
    margin-left: 0px;
}



.name{
margin-top:25px;

}



