@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Solway:wght@300;400;500;700;800&display=swap');

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;
}


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 : 100%;
  max-width: 700px;
  margin : 45px auto;
  padding : 10px;
  padding-bottom: 20px;
  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 : 16px;
  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 : 16px;
}
input[type="radio"] {
  width: auto;
}

input, textarea {
  border : 1px solid #193669;
  border-radius : 0px;
  padding : 5px;
}

textarea {
  margin-top: 15px;
  height : 100px;
  width: 100%;
}

button, .button {
  cursor: pointer;
  font-size: 16px;
  font-family: 'Open Sans',Arial,Helvetica; 
  font-weight: 900;
  -moz-appearance:none;
  -webkit-appearance: none;
  border : none;
  background : none;
  background-color : #193669;
  color : #ffffff;
  padding : 20px;
  text-decoration : none;
  text-transform: uppercase;
  border-radius : 0px;
  -moz-border-radius : 0px;
}

button:hover, .button:hover {
  background-color : #3B85BA;
}

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;
  margin-top: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #002846 transparent transparent transparent;
  border-style: solid;
  border-width: 4px;
  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: 1px 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;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #002846 !important; 
    color: white !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;
}
.accepte .input_zone{
    padding-right:10px;
    margin-left: 0px;
}



.name{
margin-top:25px;

}



body {
  background: transparent !important;
}
.iframe_form{
  padding: 40px 40px 30px 40px !important;
  margin-top: 100px !important; 
}

.iframe_code{
  background: #fff;
  margin: 0 auto;
}
.iframe_code .button{
  margin-top: 20px;
  padding: 16px;
}

.iframe_form {
  max-width: 500px !important;
}

.iframe_form #form_zone_inside {
  padding: 0;
}

.iframe_form input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 1px;
}
.iframe_form input::placeholder{
  color: #112853;
}
.iframe_form  .submit_zone{
  padding-top: 20px;
}

.iframe_form  .submit_zone .button{
  font-size: 18px;
  font-weight: 700;
  width: 95%;
  padding: 16px !important;
}

.d-flex{
  max-width: 100% !important;
  display: flex;
  flex-wrap: nowrap;
}
.field.birth .select2-container {
  width: auto !important;
  min-width: 100px;
  width: 130px !important;
}
.field.birth label {
  padding-top: 6px;
}

.no-bg {
  background: #f6f6f6 !important;
  width: 100%  !important;
  max-width: 100%  !important;
  margin: 0 auto !important;
}
  
.no-bg > div{
  max-width: 700px  !important;
  margin: 0 auto !important;
}
#body, #form_zone_inside, #footer{
  background: #fff;
}

#body, #form_zone_inside form{
  padding: 0 36px;
}

#body p {
  margin: 0;
  padding: 32px 8px;
}
#body p span{
  color: #193669;
  font-family: Open Sans, Arial !important;
  font-size: 20px;
}
#form_zone span{
  font-family: Open Sans, Arial !important;
}
.border-bottom{
  border-bottom: none !important;
}

.border-bottom input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 1px;
    border-color: color: #193669;
}
.border-bottom input::placeholder{
  color: #112853;
}


@media screen and (max-width: 730px) {
.field.birth .select2-container {
  width: auto !important;
  min-width: 100px;
  width: 100px !important;
}
 .title span {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 420px) {
.field.birth .select2-container {
  width: auto !important;
  min-width: 100px;
  width: 100% !important;
  }
  .iframe_form{
    padding: 20px 10px !important;
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  #form_zone_inside{
      padding: 0 10px;
  }
}

  
.iframe-100 input{
  font-size: 16px !important;  
}
.iframe-100 label{
  font-size: 16px !important;  
}
.iframe-100  .submit_zone{
  padding-top: 15px !important;
}

.iframe-100 .birth {
  display: flex;
  justify-content: space-between;
}

.iframe-100 .birth label {
  font-weight: 400;
}

.iframe_code .form-login #form_login_email_phone::placeholder{
	font-size: 12px;
}

.iframe_code .form-login h2{
	text-align: center;
}

.iframe_code .form-login p{
	padding: 0 15px;
}