html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
}
#container-general-form
{
  display: inherit;
}
/* .disabled{ */
  /* cursor:not-allowed!important; */
/* } */
body { 
  font-family: 'Hind','Oxygen', Arial, Helvetica, sans-serif; 
  /* font-size: 62.5%;  */
  font-size: 16px;
  line-height: 1.7; 
  padding-bottom: 85px;
  min-height:100%;
 overflow: hidden;
    margin: 0;
	
    padding: 0;
}

::selection { background: #d2bef5; }
::-moz-selection { background: #d2bef5; }
::-webkit-selection { background: #d2bef5; }

br { display: block; line-height: 2.2em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 {
  font-weight: bold;
  font-size: 2.14em;
  line-height: 1.2em;
  /* margin-bottom: 7px; */
  color: #5b5463;
  /* text-shadow: 0 2px white, 1px 3px #666;  */
  text-transform: uppercase;
  text-align: center;
  /* border-bottom: 1px solid #bbb; */
}

h3 {
    font-size: 20px;
    padding-bottom: 25px;
    /* text-align: center; */
}
p {
    padding: 5px 0;
    /* margin: 0 0 5px; */
    text-align: left;
}

li {
  padding-left: 0px;
}
/* positionnement */
#formulairecontact { 
  height: auto;
  position: relative; 
 
  background: #fff;
  padding:0px;
  /* overflow: auto; */
  /* box-shadow: inset 0 0 0 200px rgba(255,255,255,0.3) */
}
.none{
	display: none;
}
.nopadding
{
	padding: 0px;
	padding-bottom: 10px;
}
@media (max-width: 450px){
	.nopadding
	{
		padding: 0px;
		padding-bottom: 110px;
	}
}
.section {
  transform:scale(1.1,1);
  position:absolute;
  transform:skew(-12deg);
  background-color:#FBFBFB;
  width:70%;
  position: fixed;
}
.section-globale
{
	width: 62%;
}
.entete-res
{
	width: 70%;
	padding-left: 3%!important;
}
.entete-resp
{
	width: 100%;
}
.section-globalep
{
	width: 100%;
}
.section-globale, .section-globalep
{
	/* height: 100%; */
    padding: 0px;
	background-color: #FBFBFB;
	padding:0px;
	/* position: absolute; */
	/* bottom: 10px; */
	    /* min-height: 100%; */
	/* padding-top:15px; */
    /* overflow: auto; */
	/* position:fixed; */
}

#contactform
{
	/* height:100%; */
	/* padding-right:6%; */
	width: 100%;
	/* overflow:auto; */
	background-color: #FBFBFB
}

.link-mod:hover, .link-mod:active, .link-mod:focus
{
	color: black!important;
	font-weight: bold!important;
}


            
/* Position et couleur bulle */
a.bulle span{ 
  position:absolute;
  /* margin-top:-40px;  */
  /* margin-left:10px; */
  color:black; 
  background:#f2f2f2; 
  padding:25px; 
  border-radius:21px;
  z-index: 999;
  top: 20px;
    left: 169px;
  /* Faire disparaire infobulle par dÃ©faut */
  /* On determine l'origine de la rotation */ 
  /* transform:scale(0) rotate(-180deg); */
  /* Faire durer l'effet */
  /* transition:all .25s; */
  /* Effet sur la transparence */ 
  /* display: none; */
}

/* /* Apparition de la bulle avec le scale Ã  1 */  */
 /* a.bulle:hover span, a.bulle:focus span, a.bulle:active span{  */
  /* transform:scale(1) rotate(0); */
  /* Effet sur la transparence */
  /* display:block; */
/* } */

form .row { 
  display: block;
  padding: 7px 8px;
  margin-bottom: 7px; 
}
.row-titre
{
	margin-left: -22px;
}
form .row2 { 
  display: block;
  /* padding: 0px 8px 12px 0px; */
  /* margin-bottom: 7px;  */
}
form .row:hover {
  /* background: #f1f7fa; */
}

form label {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  width: 120px;
  padding: 6px 0;
  color: #464646;
  vertical-align: top;
}
form .req { color: #ca5354; }

form .note { 
  font-size: 1.2em;
  line-height: 1.33em;
  font-weight: normal;
  padding: 2px 7px;
  margin-bottom: 10px;
}

form input:focus, form textarea:focus { outline: none; }

/* Positionnement de styles */
::-webkit-input-placeholder { color: #aaafbd; font-style: italic; } /* WebKit */
:-moz-placeholder { color: #aaafbd; font-style: italic; }           /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #aaafbd; font-style: italic; }          /* Mozilla Firefox 19+ */ 
:-ms-input-placeholder { color: #aaafbd; font-style: italic; }      /* Internet Explorer 10+ */

form .txt {
  display: inline-block;
  padding: 8px 9px;
  padding-right: 30px;
  width: 240px;
  /* font-family: 'Oxygen', sans-serif; */
  font-size: 1.35em;
  font-weight: normal;
  color: #898989;
  background-color: #f0f0f0;
  /* background-image: url('images/checkmark.png'); */
  background-position: 110% center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
  -moz-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
  box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

form .txtarea {
  display: inline-block;
  padding: 8px 11px;
  padding-right: 30px;
  width: 320px;
  height: 120px;
  /* font-family: 'Oxygen', sans-serif; */
  font-size: 1.35em;
  font-weight: normal;
  color: #898989;
  background-color: #f0f0f0;
  /* background-image: url('images/checkmark.png'); */
  background-position: 110% 4%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px -1px #a8a8a8 inset;
  -moz-box-shadow: 0 1px 4px -1px #a8a8a8 inset;
  box-shadow: 0 1px 4px -1px #a8a8a8 inset;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

form .txt:focus, form .txtarea:focus {
  width: 300px;
  color: #545454;
  background-color: #fff;
  background-position: 110% center;
  background-repeat: no-repeat;
  border-color: #059;
  -webkit-box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(70, 100, 200, 0.7);
  -moz-box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(70, 100, 200, 0.7); 
  box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(70, 100, 200, 0.7); 
}
form .txtarea:focus { 
  width: 375px; 
  background-position: 110% 4%;
}

form .txt:valid {
  background-color: #deecda;
  background-position: 98% center;
  background-repeat: no-repeat;
  color: #7d996e;
  border: 1px solid #95bc7d;
}
form .txtarea:valid {
  background-color: #deecda;
  background-position: 98% 4%;
  background-repeat: no-repeat;
  color: #7d996e;
  border: 1px solid #95bc7d;
}
form .txt:focus:valid, form .txtarea:focus:valid {
  -webkit-box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(120, 200, 70, 0.7);
  -moz-box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(120, 200, 70, 0.7); 
  box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(120, 200, 70, 0.7);  
}

form .center {
  margin-top: 25px;
  text-align: center;
  margin-bottom: 25px;
}

.radioSt{
  /* padding-left: 30px; */
  padding-bottom: 0px;
  margin: 0;
  cursor: pointer;
}
vn
.btn {
  height: 70px;
  width: 275px;
  padding: 0;
  /* cursor: pointer; */
  /* font-family: 'Oxygen', Arial, sans-serif; */
  font-size: 2.0em;
  color: #000;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.65); 
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

.btn2 {
  height: 70px;
  width: 275px;
  padding: 0;
  /* cursor: pointer; */
  /* font-family: 'Oxygen', Arial, sans-serif; */
  font-size: 1em;
  font-weight: bold;
  color: #000;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  /*text-shadow: 1px 1px 0 rgba(255,255,255,0.65); */
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  /*-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.4), 0 1px 0 transparent inset;*/
  /*-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4), 0 1px 0 transparent inset;*/
  /*box-shadow: 1px 1px 3px rgba(0,0,0,0.4), 0 1px 0 transparent inset;*/
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

.inactive{

  cursor: not-allowed;  
}

.btn2:active {
  -webkit-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9), 0 1px 3px transparent inset;
  -moz-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9), 0 1px 3px transparent inset;
  box-shadow: 0 0 15px rgba(70, 100, 200, 0.9), 0 1px 3px transparent inset;
}

.form-control {
height: 37px;
}
.stepwizard-step p {
margin-top: 10px;
}
 
.stepwizard-step  {

  width:25%;
}
 
.stepwizard-row {
display: table-row;
}
 
.stepwizard {
display: table;
width: 100%;
/* position: relative; */
}
 
.stepwizard-step button[disabled] {
opacity: 0.5 !important;
filter: alpha(opacity=100) !important;
}
  
.stepwizard-step a[disabled] {
opacity: 0.5 !important;
filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
/* top: 0px; */
/* bottom: 0; */
/* position: absolute; */
/* content: " "; */
/* width: 100%; */
/* height: 1px; */
/* background-color: #FBFBFB; */
/* z-order: 0; */
display: none;
 
}
.wizard_horizontal ul.wizard_steps li div:before
{
	display: none;
}
 
.stepwizard-step {
display: table-cell;
text-align: center;
position: relative;
}
 
 .btn-circle {
  margin: auto;
  font-weight: bold;
  display:block;
  width: 75px;
  height: 75px;
  text-align: center;
  padding: 3px 0;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 0px;
}

.btn-circle2 {
display:block;
width: 100%;
height: 100%;
text-align: center;
padding: 8px 0;
text-decoration: none!important;
/* line-height: 1.428571429; */
/* border-radius: 15px; */
}

a {
  text-decoration: underline!important;
  color:black;
  border:none!important;
}

a:active, a:focus{
  /* font-weight: bold!important; */
  /* color: black; */
}

input:valid  {
  /* border-color: green; */
}
input:invalid  {
  /* border-color: red; */
}

input:invalid::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    /* color: red; */
    opacity: 1; /* Firefox */
}

input:invalid:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /* color: red; */
}

input:invalid::-ms-input-placeholder { /* Microsoft Edge */
    /* color: red; */
}

.titreEtapeTouriz
{

  display : inline-block;
  padding-right : 25px;
}

.titreQuestionTouriz
{
  width:100%;
  display : inline-block;
  padding : 0px;
  padding-right : 25px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.titreEtapeTouriz h3{
  padding-bottom : 0px;
  text-align:left;
  font-weight: bold;
  font-size: 27px!important;
}

.vignetteTitre
{
  border-radius: 50px;
    /* border: 2px solid; */
    padding: 0px;
  padding-top:3px;
  padding-right:2px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    /* color: white; */
    text-align: center;
    display: inline-block;
  z-index : auto;
  
  
  background-color : white;
  
  margin : 8px;
  margin-right  :15px;
}
.vignetteQuestion
{

    /* border: 2px solid; */
    padding: 0px;
    /* width: 35px; */
	width:1%;
    height: 35px;
    /* line-height: 35px; */

    text-align: center;
    display: inline-block;
	z-index : auto;
  /* padding-top:2px; */
	text-align:left;
  
  /* background-color : white; */
  
  /* margin : 5px; */
  /* margin-right  :10px; */
}
.titreQuestionTouriz  span{
	padding: 0px;
}
.tabTitreTouriz 
{
  color : white;
}

.inputQuestion
{
  border-radius : 6px;
}


.ui-autocomplete {
    /* top: 100%; */
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: rgb(249, 252, 250);
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* .ui-menu-item > a.ui-corner-all { */
    /* display: block; */
  /* padding: 3px 15px; */
    /* clear: both; */
    /* font-weight: normal; */
    /* line-height: 18px; */
    /* color: #555555; */
    /* white-space: nowrap; */
    /* text-decoration: none; */
/* } */

/* .ui-state-hover, .ui-state-active { */
    /* color: #000000; */
  /* cursor : pointer; */
    /* text-decoration: none; */
    /* background-color: rgb(239, 242, 240); */
    /* border-radius: 0px; */
    /* -webkit-border-radius: 0px; */
    /* -moz-border-radius: 0px; */
    /* background-image: none; */
/* } */

.ui-modified:hover{
  color: #000000;
  cursor : pointer;
    text-decoration: none;
    background-color: rgb(239, 242, 240);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.align-middle
{
  margin-top: 25%;
    display: inline-block;
  font-size : 25px
}




.form_wizard .stepContainer {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0 solid #CCC;
  overflow-x: hidden;
}

.wizard_horizontal ul.wizard_steps {
  display: table;
  list-style: none;
  position: relative;
  width: 100%;
  /* margin: 0 0 20px; */
}

.wizard_horizontal ul.wizard_steps li {
  display: table-cell;
  text-align: center;
}

.wizard_horizontal ul.wizard_steps li div {
  display: block;
  position: relative;
  -moz-opacity: 1;
  filter: alpha(opacity= 100);
  opacity: 1;
  color: #666;
}



.wizard_horizontal ul.wizard_steps li div.disabled .step_no {
  background: #ccc;
}

.wizard_horizontal ul.wizard_steps li div .step_no {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 5px;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 5;
}

/* .wizard_horizontal ul.wizard_steps li:first-child a { */
  /* left: 50%; */
  /* width: 0px; */
/* } */

.wizard_horizontal ul.wizard_steps li div.selected:before, .step_no {
  background: #34495E;
  color: #fff;
}



.wizard_horizontal ul.wizard_steps li div.donea:before, .wizard_horizontal ul.wizard_steps li div.donea .step_no {
  background: #d9534f;
  color: #fff;
}

.wizard_horizontal ul.wizard_steps li:first-child div:before {
  /* left: 50%; */
  width:0;
}
.wizard_horizontal ul.wizard_steps li:first-child div .step_no {
  /* left: -10% */
}

/* .wizard_horizontal ul.wizard_steps li:first-child a .step_descr { */
  /* left: -10% */
/* } */
.wizard_horizontal ul.wizard_steps li:last-child div:before {
  right: 50%;
  width: 100%;
  left: auto;
  /* background: #d9534f; */
}

.wizard_verticle .stepContainer {
  width: 80%;
  float: left;
  padding: 0 10px;
}

.wizard_verticle .wizard_content {
  width: 80%;
  float: left;
  padding-left: 20px;
}

.wizard_verticle ul.wizard_steps {
  display: table;
  list-style: none;
  position: relative;
  /* width: 20%; */
  float: left;
  margin: 0 0 20px;
}

.wizard_verticle ul.wizard_steps li {
  display: list-item;
  text-align: center;
}

.wizard_verticle ul.wizard_steps li div {
  height: 80px;
}

.wizard_verticle ul.wizard_steps li div:first-child {
  margin-top: 20px;
}

.wizard_verticle ul.wizard_steps li div {
  display: block;
  position: relative;
  -moz-opacity: 1;
  filter: alpha(opacity= 100);
  opacity: 1;
  color: #666;
}

.wizard_verticle ul.wizard_steps li div:before {
  content: "";
  position: absolute;
  height: 100%;
  background: #ccc;
  top: 20px;
  width: 4px;
  z-index: 4;
  left: 49%;
}

.wizard_verticle ul.wizard_steps li div.disabled .step_no {
  background: #ccc;
}

.wizard_verticle ul.wizard_steps li div .step_no {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 5px;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.wizard_verticle ul.wizard_steps li div.selected:before, .step_no {
  background: #34495E;
  color: #fff;
}

.wizard_verticle ul.wizard_steps li div.done:before, .wizard_verticle ul.wizard_steps li div.done .step_no {
  background: #1ABB9C;
  color: #fff;
}

.wizard_verticle ul.wizard_steps li:first-child div:before {
  left: 49%;
}

.wizard_verticle ul.wizard_steps li:last-child div:before {
  left: 49%;
  left: auto;
  width: 0;
}

.form_wizard .loader {
  display: none;
}

.form_wizard .msgBox {
  display: none;
}





















/** facture **/
.nav-wizard > li {
  float: left;
}
.nav-wizard > li > div {
  position: relative;
  background-color: #eeeeee;
}
.nav-wizard > li > div .badge {
  margin-left: 3px;
  color: #eeeeee;
  background-color: #428bca;
}
.nav-wizard > li:not(:first-child) > div {
  padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > div:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.nav-wizard > li:not(:last-child) > div {
  margin-right: 6px;
}
.nav-wizard > li:not(:last-child) > div:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #eeeeee;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
.nav-wizard > li:first-child > div {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-wizard > li:last-child > div {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-wizard > li.done:hover > div,
.nav-wizard > li:hover > div {
  background-color: #d5d5d5;
}
.nav-wizard > li.done:hover > div:before,
.nav-wizard > li:hover > div:before {
  border-right-color: #d5d5d5;
}
.nav-wizard > li.done:hover > div:after,
.nav-wizard > li:hover > div:after {
  border-left-color: #d5d5d5;
}
.nav-wizard > li.done > div {
  background-color: #e2e2e2;
}
.nav-wizard > li.done > div:before {
  border-right-color: #e2e2e2;
}
.nav-wizard > li.done > div:after {
  border-left-color: #e2e2e2;
}
.nav-wizard > li.active > div,
.nav-wizard > li.active > div:hover,
.nav-wizard > li.active > div:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-wizard > li.active > div:after {
  border-left-color: #428bca;
}
.nav-wizard > li.active > div .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-wizard > li.disabled > div {
  color: #777777;
}
.nav-wizard > li.disabled > div:hover,
.nav-wizard > li.disabled > div:focus {
  color: #777777;
  text-decoration: none;
  background-color: #eeeeee;
  cursor: default;
}
.nav-wizard > li.disabled > div:before {
  border-right-color: #eeeeee;
}
.nav-wizard > li.disabled > div:after {
  border-left-color: #eeeeee;
}
.nav-wizard.nav-justified > li {
  float: none;
}
.nav-wizard.nav-justified > li > div {
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .nav-wizard.nav-justified > li > div {
  border-radius: 4px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > div:before,
  .nav-wizard.nav-justified > li > div:after {
    border: none !important;
  }
}

.btn.disabled
{
  opacity:1!important;
}

.disabled2
{
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
}

.line-height-1-3
{
  line-height: 1.3;
}

.line-height-1-5
{
  line-height: 1.5;
}

.pointer,.pointer-d,.pointer-g,.pointer-e, .pointer-f {
  width: 200px;
  height: 40px;
  position: relative;
}
/* .pointer-g */
/* { */
	/* border-right: 4px solid white!important; */
/* } */



.starrr a{
	text-decoration: none!important;
}

.pointer-e:before {
content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 50;
  border-left: 20px solid #dadada;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.pointer-g:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #dadada;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
}
.pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #dadada;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
}
.pointer:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 50;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.nextBtn 
{
  width: 100%;
  background-color: #dadada;
}

a.disabled	
{
  background-color: #f2f2f2;
}

#entete
{
  text-align: left;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.stepwizard-description
{
	z-index: 99;
	color: black;
	position: absolute;
	top: 10px;
	left:35%;
}

#diventete
{
	padding-left:0px;
	text-align:left;
	/* padding-left: 5%; */
	padding-top:9px;
}
#diventete h3, #diventete span{
	padding: 0px;
}
.setup-content
{
	padding: 0px!important;
}
#entete-generale
{
	/* padding-top: 30px; */
	padding: 0px;
	/* padding-left: 5%; */
	/* padding: 10px 16px; */
}


#div-body{
	background-color : #FBFBFB;
	height:100%;
	padding: 0px;
	position: absolute;
}

body{

	height: 100%;
	display: inline-table;
	width:100%;
	background-color: #FBFBFB;
	overflow:auto;

}
/* #buttonval */
/* { */
	/* margin-bottom:15px; */
/* } */
.marginspace{
	margin-left: 15px;
	margin-right: 15px;
}

.marginspace-right{
	/* margin-left: 15px; */
	margin-right: 15px;
}
@media (min-width:640px){
	.pointer-d{
		border-left: 4px solid white!important;
	}	
}
@media (max-width:767px) {
	
	.pointer,.pointer-d,.pointer-g,.pointer-e, .pointer-f
	{
		font-size:14px!important;
	}
	#buttonval
	{
		padding-right:0;
		margin-bottom:15px!important;
	}
	.marginspace{
		margin-left: 0;
		margin-right: 0;
	}
	
	.footer{
		display: flex;
		flex-direction: column;
		justify-content: center;
		
	}
	
	.footer-1{
		text-align:center!important;
	}
	.footer-2{
		text-align:center!important;
	}
}

/* @media (max-width:960px) */
/* { */
	/* .resizeableimg */
	/* { */
		/* max-width: 37%!important; */
	/* } */
/* } */
@media (max-width:960px) and (min-width:641px) {
    .section
	{
		width:82%!important;
	}
	.section-globale
	{
		width:65%!important;
	}
	.entete-res
	{
		width:70%!important;
	}
	.vignetteQuestion {
		width: 3%;
	}	
}

.buttons-valid{
	display:flex;
	justify-content:space-around;
	padding-top:25px;
}
.buttons-valid-center{
	display:flex;
	justify-content:center;
	padding-top:25px;
	/* padding-top */
}
.mobile-header
{
	display:none;
	padding: 0px;
}
.mobile-header-back
{
	height: 100%;
	height: 120px;
	background: none;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.footer{
	display:flex;
	justify-content: space-between;
}
.section_resp
{
	top: 235px;
	overflow-x: hidden;
}


@media (max-width: 1024px)
{
	
	.section_resp
	{
		top: auto;
	}
	.entete-res
	{
		width:100%!important;
	}
	.sticky {
	  position: relative!important;
	  top: auto!important;
	  /* width: 100%; */
	  /* z-index: 250; */
	  /* width:70%!important; */
	}

	.sticky + section {
	  padding-top: 102px!important;
	}
}
@media (max-width: 639px) and (min-width: 480px)
{

	.buttons-valid{
		display:block;
	}
	.mobile-header-backp
	{
		z-index:20;left:20%;background-color:#FBFBFB;width:100%;height:100%;text-align:right;transform:skew(-10deg);position:absolute;top:0px;
	}
}
@media (max-width: 479px) and (min-width: 320px)
{
	.buttons-valid{
		display:block;
	}
	.mobile-header-backp
	{
		z-index:20;left:15%;background-color:#FBFBFB;width:100%;height:100%;text-align:right;transform:skew(-10deg);position:absolute;top:0px;
	}
}

.remodellast
{
	padding-top: 12px!important;
	padding-left: 15px!important;
}
@media (max-width: 640px) 
{
	
	#entete-generale
	{
		padding-left: 0!important;
	}
	.buttons-valid{
		display:block;
	}
	body{
		background: none!important;
	}
	#title-general{
		text-align: center;
	}
	.contactform
	{
		text-align:center;
	}
	.mobile-header-back
	{
		/* background: url(http://www.remcokalf.nl/background.jpg) no-repeat center center; */
	}
	.mobile-header
	{
		height: 150px;
		display: block;
	}
	.remodellast
	{
		display:none;
	}
	#entete
	{
		text-align:center;
	}
	#diventete
	{
		text-align:center;
	}
	.vignetteQuestion
	{
		width:5%;
	}
	.section{
		display:none;
	}
	#formulairecontact
	{
		width:100%;
		overflow: hidden;
		padding-left:15px;
		padding-right:15px;
	}
	#contactform
	{
		overflow:hidden;
	}
	.section-globale, .entete-res
	{
		height:auto;
		overflow:hidden;
		width: 100%!important;
	}
	.hidde-xs
	{
		display:none;
	}

}

@media (max-width: 1350px) and (min-width:1200px) {
	.section
	{
		width:70%;
	}
	.section-globale
	{
		width:60%!important;
	}
	.entete-res
	{
		width:70%!important;
	}
	
	.resizeableimg
	{
		max-width: 20%!important;
	}
}
@media (max-width: 1200px) and (min-width:960px)
{
	.resizeableimg
	{
		max-width: 23%!important;
	}
}
/* @media (max-width: 1350px) and (min-width: 1200px) and (max-height:400px) and (min-height:40px) */
/* { */
	/* .resizeableimg */
	/* { */
		/* max-width: 12%!important; */
	/* } */
/* } */

@media (max-width: 959px) and (min-width:640px) and (max-height:400px) and (min-height:40px){
	.resizeableimg
	{
		max-width: 25%!important;
	}
}
@media (max-width: 1350px) and (min-width:960px) and (max-height:400px) and (min-height:40px)
{
	.resizeableimg
	{
		max-width: 16%!important;
	}
}

@media (max-width: 1350px) and (min-width:1160px) and (max-height:400px) and (min-height:40px)
{
	.resizeableimg
	{
		max-width: 12%!important;
	}
}

@media (max-width: 959px) and (min-width:640px) and (max-height:660px) and (min-height:401px){
	.resizeableimg
	{
		max-width: 26%!important;
	}
}

@media (max-width: 1160px) and (min-width:960px) and (max-height:660px) and (min-height:400px)
{
	.resizeableimg
	{
		max-width: 17%!important;
	}
}

@media (max-height:400px) and (min-height:30px) and (min-width: 1351px)
{
	.resizeableimg
	{
		max-width: 13%!important;
	}
}

@media (max-height:640px) and (min-height:401px) and (min-width: 1351px)
{
	.resizeableimg
	{
		max-width: 13%!important;
	}
}

@media (max-height:820px) and (min-height:641px) and (max-width: 1200px) and (min-width:960px)
{
	.resizeableimg
	{
		max-width: 20%!important;
	}
}

@media (max-height:820px) and (min-height:641px) and (max-width: 959px) and (min-width:640px)
{
	.resizeableimg
	{
		max-width: 28%!important;
	}
}

@media (min-height:821px) and (max-width: 959px) and (min-width:640px)
{
	.resizeableimg
	{
		max-width: 30%!important;
	}
}



@media (min-height:641px) and (min-width: 1351px)
{
	.resizeableimg
	{
		max-width: 14%!important;
	}
}

@media (max-width: 1350px) and (min-width:1160px) and (max-height:660px) and (min-height:400px)
{
	.resizeableimg
	{
		max-width: 15%!important;
	}
}

@media (max-width: 1200px) and (min-width:691px) {
	.vignetteQuestion
	{
		width:2%;
	}
	#diventete
	{
		text-align:center!important;
	}
	#entete
	{
		text-align:center!important;
	}
	.section
	{
		width:70%;
	}
	.section-globale
	{
		width:60%!important;
	}
	
	
	/* .entete-res */
	/* { */
		/* width:100%!important; */
	/* } */

}

@media (min-width: 1024px)
{
	.entete-res
	{
		width:58%!important;
	}
	
}

button[disabled] {
	cursor:	not-allowed!important;
    /* pointer-events:none; */
}

a.disabled{
	cursor:	not-allowed!important;
    pointer-events:none;
}
.sticky {
  position: fixed;
  top: 0;
  /* width: 100%; */
  z-index: 250;
}

.sticky + section {
  padding-top: 102px;
}

.has-error
{
	border-color:red;
}

.loader {
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #fcb342; /* Blue */
  border-radius: 50%;
  width: 38px;
  height: 38px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#step-4{
    padding-left: 5% !important;
    padding-right: 5% !important;
}