@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;
}

ul {
  margin-left: 15px;
}

h1 {
  margin-top: 10px;
  color: #055463;
  font-size: 23px;
  margin-bottom: 10px;
  text-align: center !important;
  background-color: none;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
}

h2 {
  color: #055463;
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h3{
  color: #055463;
  font-size: 19px;
}
table {
  border-collapse: collapse;
}

body {
  background: url('https://helium-connect.fr/customers_data/576bef53441eec5082000005/images/bg-enquete-bleu.jpg') no-repeat 50% top fixed;
  min-width: 320px;
  font-size:14px;
  color:#626262;
}

p {
  margin-bottom: 8px;
}

div.field_errors, div#error {
  background-color : #e0453a;
  color : #ffffff;
  padding : 10px 20px;
}
.submit_zone {
  width: 100%;
  clear: both;
  text-align: center;
  margin: 20px 0;
}
.button {
  display: inline-block;
  padding: 1.1875rem 3rem 1.1875rem 3rem;
  border-radius: 2rem;
  background-color: #7b8812;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
  border:none;
  border: 1px solid transparent;
  font-size:1.375rem;
}
.button:hover {
  background-color: #ffffff;
  border: 1px solid #7b8812;
  color: #7b8812;
}
.label-after-radio{
  margin-left: 10px;
}

.label-after-check{
  margin-left: 10px;
}

.mandatory-label{
  display: flex;
}
.mandatory-label p::after{
  content:"*";
  width:10px;
  left:10px;
  margin-left:10px;
  color : #ff0000;
}
.mandatory-tag{
  display:none;
}
.input_zone input{
  width: 100%;
  padding-top: 0.7rem;
  padding-bottom: 0.7em;
  padding-left: 1.3125rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #626262;
  font: 400 0.875em "Helvetiva", sans-serif;
  transition: all 0.2s;
  -webkit-appearance: none;
}
*:focus {
  outline: none;
}

.input_zone input:focus{
  border: 2px solid #7b8812;
}
.field{
  margin-top: 18px;
}
.fieldset-footer{
  padding: 10px;
  background-color: #7b8812;
}
.fieldset-header{
  width: 100%;
  margin-top:12px;
}
.fieldset-footer{
  margin-top: 12px;
}
.fieldset-footer *{
  font-size: 1em;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  line-height: 1.3em;
  margin-bottom: 0 !important;
}
.checkbox-field{
	display: flex;
}
.checkbox-field label{
	order:2;
}
.checkbox-field .input_zone{
	order:1;
	margin-right: 10px;
}
.select2-container{
	width: 100% !important;
  padding-top:0.25rem;
  padding-left: 1.3125rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #626262;
  font: 400 0.875em "Helvetiva", sans-serif;
  transition: all 0.2s;
  -webkit-appearance: none;
  height:37px;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
}