.AppCommande{
  margin-top: 50px;
  font-size: 15px;
}


.AppCommande h1{
  margin: 0 20px;
  margin-top: 40px;
  padding-bottom: 0px;
  text-align: center;
  border:0px; color: #262d60;
  font-size: 24px;
  line-height: normal;
}

 input:-webkit-autofill,  textarea:-webkit-autofill,  select:-webkit-autofill {
  background: none!important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0) inset;
  background-color: none!important;
}

/*
.AppCommande .btn-next{
  text-align: right;
  padding: 20px;
}*/
.AppCommande .btn-next {
  text-align: right;
  /* margin-top: 20px; */
  margin: 20px;
  margin-top:0px;
}

/* https://www.coolblue.be/bestellen/gegevens */
.AppCommande .btn-next a{
  display: inline-block;
  height: 40px; line-height: 37px;
  background: #262d5f;
  /*background: #ff6112;
  background: #668ec7;*/
  padding: 0px 15px; text-align: center;
  font-weight: bold;
  min-width: 315px;
  color: white !important;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
/*
    border: 2px solid #ff6112;
    border: 2px solid #668ec7;
    border-bottom: 4px solid #ff6112;
    border-bottom: 4px solid #668ec7;*/
    border: 2px solid #262d5f;
    border-bottom: 3px solid #262d5f;
    cursor:pointer;
}

.AppCommande .btn-next a:hover{
  /*
  background: #ff8142;
  background:#8eb0e0;
  */
  background: #668ec7;
  -webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
  border: 2px solid #668ec7;
  border-bottom: 3px solid #668ec7;
  /*
  border: 2px solid #f96f2b;
  border: 2px solid #739dda;
  border-bottom: 4px solid #f96f2b;
  border-bottom: 4px solid #739dda*/
}

.closed-animation{
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  opacity:0;
  min-height:  1px;
  overflow:hidden;
}
.closed-animation.open-animation{
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 1;
    max-height: 999px;
}

.AppCommande .expertises-agency-list label input {
    margin-right:8px;
}

.AppCommande .Steps h2{
  margin-top: 20px;
}

.AppCommande .Steps{
   padding-top:20px; margin-bottom:0px; width: 1000px;

  /*
  margin: 20px;
  background: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  */
}
/*
.AppCommande .Steps>div{
    padding: 20px;
}*/

.AppCommande .Steps>div.Tarif{
    /*margin: 0px;*/
    padding: 0px;
    position: relative;
    background: #7f9f28;
}
.AppCommande .Steps>div.Tarif>div{
  width: 650px;
  color: white !important;
  margin: 20px auto;
}

.AppCommande .Steps>div.Tarif>div:first-child{ padding-top:20px; }

.AppCommande .Steps>div.Tarif>div:last-child{ padding-bottom:20px; }

.AppCommande .Steps>div.Tarif .btn-next{

    text-align: center;;
    margin-top: 20px;
}

.AppCommande .Steps>div.Tarif .btn-next a{
  background: white;
  color: #575757 !important;
  display: block;
}

.AppCommande .Steps>div.Tarif>div:first-child::before{
    display: block;
    position:absolute; top: 0px; left: 50%;
    margin-top: -13px; margin-left: -13px;
    background: white;
    width: 25px; height: 25px;
    content :'';

    webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);

}
.AppCommande .Steps .Tarif-list{
  padding-left: 20px !important;
}
.AppCommande .Steps .Tarif-list>div:first-child{
  border-top: 2px solid rgb(102, 142, 199);
  border-top: 2px solid rgb(115, 143, 36);
}

.AppCommande .Steps .Tarif-list>div{
  border-top: 1px solid rgba(0,0,0,0.1);
  height:50px; line-height: 50px;
}
.AppCommande .Steps  .Tarif-name{
  display:inline-block;
  width: 597px;  height:50px; line-height: 50px;
  font-size: 18px;
}
.AppCommande .Steps .Tarif-price{
  display:inline-block;
  height:50px; line-height: 50px;
  text-align: right; padding-right: 10px;
  width:323px;
  font-size: 18px; font-weight: bold;
}

.AppCommande .Steps .Tarif-total{
  /*background: rgba(255,255,255,0.1);*/
  border-top: 1px solid;
  background-color: #8bc63e;
  width: 960px;
}
.AppCommande .Tarif-total .Tarif-name{
  width: 816px;
}

.AppCommande .Tarif-online-msg{
  color: #1d2e61;
  font-size: 18px;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.AppCommande .Tarif-online-msg-new{
  color: #8bc63e;
}

/* STEPS */
.AppCommande .Steps>div h3,
.AppCommande .Steps>div h4{
  font-size: 18px;
  font-weight: 400;
  color: #262a60;
  /* display: inline-block; */
  margin-top: 15px;
margin-bottom: 15px;
}

.AppCommande .Steps>div .bien-select-count>h4,
.AppCommande .Steps>div .bien-select-superficie>h4{
  display:block;
}



/* Bread-Crumb */


.AppCommande .Bread-Crumb{
  text-align: center;
}
.AppCommande .Bread-Crumb-Item{
  display: inline-block;
  text-align: center;
  position: relative;
  width: 200px;
}
.AppCommande .Bread-Crumb-Item a,
.AppCommande .Bread-Crumb-Item span{
  text-decoration: none;
  color: #bdbdbd;
}
.AppCommande .Bread-Crumb-Item.active a{ color: #668ec7; /*color: #668ec7;*/}
.AppCommande .Bread-Crumb-Item.current a{color: #262d60;font-weight: bold;/*color: #668ec7;*/}

.AppCommande .Bread-Crumb-Item .dot{
  content :'';
  display:inline-block;
  width: 20px; height: 20px;  border-radius: 10px;
  background: #bdbdbd;

}
.AppCommande .Bread-Crumb-Item.active .dot{
  background: #668ec7;  /*background: #262d60;*/
}
.AppCommande .Bread-Crumb-Item.current .dot{
  background: #262d60;  /*background: #7f9f28;*/
}

.AppCommande .Bread-Crumb-Item:before{
  content :'';
  display: block;
  height: 2px; width: 170px;
  background-color: #bdbdbd;
  position: absolute;
  top: 10px;
  left: -85px;
}

.AppCommande .Bread-Crumb-Item.active:before{
  background: #668ec7; /* background: #262d60;*/
}

.AppCommande .Bread-Crumb-Item:first-child:before{ content: none; }


/* STEP 1 */

.AppCommande .region-select-item,
.AppCommande .bien-select-type-item,
.AppCommande .service-select-item{
  cursor: pointer;
  display:inline-block;
  width: 150px; height: 150px;
  background: white;
  background: #f9f9f9;
  color: #262d60; color: #575757;
  border: 1px solid #DEDEDE;
  margin-right: 11px;
  position: relative;
}

.AppCommande .region-select-item img,
.AppCommande .bien-select-type-item img,
.AppCommande .service-select-item img,
.AppCommande .clientTypePicker-item img{
  display: block;
  height: 60px; width:60px;
  position: absolute;
  top: 25px; left: 45px; right: 45px;
}

.AppCommande .clientTypePicker-item img{
  left: 50px; right: 50px;
  height: 50px; width:50px;
}

.AppCommande .region-select-item .bien-select-name,
.AppCommande .bien-select-type-item .bien-select-name,
.AppCommande .service-select-item .sevice-select-name,
.AppCommande .clientTypePicker-item .clientTypePicker-name{
  display: block;
  position: absolute;
  bottom: 20px; left: 0px; right: 0px;
  text-align: center;
}

.AppCommande .service-select-item .service-select-image-69{
  height:45px; width: 75px;
  left : 37px; top: 35px;
}

.AppCommande .region-select-item:last-child,
.AppCommande .bien-select-type-item:last-child{
  margin-right: 0px;
}

.AppCommande .region-select-item.active,
.AppCommande .bien-select-type-item.active{
  background: #668ec7; /*background: #262d60;*/
  color: white;
  border: 1px solid #DEDEDE;
}

.AppCommande .bien-select-count-item,
.AppCommande .bien-select-superficie-item,
.AppCommande .service-select-peb-partiel-btn,
.AppCommande .service-select-elec-count-item,
.AppCommande .service-select-plan-count-item,
.AppCommande .service-select-citerne-item{

  cursor: pointer;
  display:inline-block;
  width: 150px;
  height: 25px;
  line-height: 25px;
  height: 40px;
  line-height: 40px;
  background: white;
  background: #f9f9f9;
  color: #262d60; color: #575757;
  text-align: center;
  border: 1px solid #DEDEDE;
  border-right: 0px;
}
.AppCommande .service-select-elec-count .numElec{
  margin-bottom:7px !important;
}

.AppCommande .bien-select-count-item:last-child,
.AppCommande .bien-select-superficie-item:last-child,
.AppCommande .service-select-peb-partiel-btn:last-child,
.AppCommande .service-select-item:last-child,
.AppCommande .service-select-elec-count-item:last-child,
.AppCommande .service-select-plan-count-item:last-child,
.AppCommande .service-select-citerne-item:last-child{
  border-right: 1px solid #DEDEDE;
  position: relative;;
}

.AppCommande .bien-select-count-item.active,
.AppCommande .bien-select-superficie-item.active,
.AppCommande .service-select-peb-partiel-btn.active,
.AppCommande .service-select-item.active,
.AppCommande .service-select-elec-count-item.active,
.AppCommande .service-select-plan-count-item.active,
.AppCommande .service-select-citerne-item.active{
  background: #668ec7; /*background: #262d60;*/
  color: white;
  position: relative;
}
.AppCommande .service-select-item-peb-partiel{
  cursor: pointer;
  display:inline-block;
  height: 25px;
  line-height: 25px;
  height: 40px;
  line-height: 40px;
  background: #f9f9f9;
  color: #575757;
  text-align: center;
  border: 1px solid #DEDEDE;
  padding-left: 10px;
  padding-right: 10px;
}
.AppCommande .service-select-item-peb-partiel.active{
  background: #668ec7;
  color: white;
  position: relative;
}
.AppCommande .service-select-elec-count-item input[type="number"],
.AppCommande .service-select-plan-count-item input[type="number"]{
  background: none;
  padding: 0px;
  margin: 0px;
  height: 36px;
  border: 0px;
  box-shadow: none;
  margin-top: -5px;
  text-align: center;
  margin-left: 12px;
  width: 135px;
  cursor:pointer;
  font-size: 15px;
}



.AppCommande .Card{
  background: white;
  padding: 20px;
  margin: 20px; margin-top:0px;;
}
.AppCommande .Card::first-child{
  margin-top:20px;
}

.AppCommande .Card-shadow{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

.AppCommande .fifty{
  width: 50%;
}
.AppCommande .itable{
  display: inline-block;
  display: inline-table;
}



.AppCommande .Card.Card-grey-background{
  background: #f3f3f3;
}
.AppCommande .Card.Card-no-background{
  background: none!important;
}


.AppCommande .remarque-textarea {
  width: 900px;
  min-width: 900px;
  max-width: 900px;

  min-height: 100px;
  border: 1px solid #e3e3e3;
  margin-top:10px;
  margin-bottom: 10px;
}
.AppCommande .Resume-Remarque div>div{
  font-style:italic;
}
.AppCommande .marginleft{
  margin-left: 10px;
}

.AppCommande .Resume-Price{
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: #668ec7;
  color: white;
  font-size: 13px;
}

.AppCommande .Resume-Price span.tarif{
  font-size:24px; line-height: 25px;    font-family: sans-serif;
}
.AppCommande .Resume-Price span:nth-child(2){
  font-size:16px;
}
.AppCommande .Resume-Price .resume-price-reduc-phrase{
  font-size:13px !important;
}

.AppCommande .reduction{
    font-size: 13px !important;
}
.AppCommande .mailonlyreduction{
    font-size: 13px !important;
}
.AppCommande .barre-price{
 position: relative; display: inline-block;
 font-size: 24px;
}
.AppCommande .barre-price::before{
  content: '';
  display: block;
  background: red;
  width: 100%;
  position: absolute;
  height: 2px;
  top: 10px;
}
.AppCommande .Resume-ConditionGenerale{
  height: 26px;
  font-size: 16px;
      font-weight: bold;
}
.AppCommande .red-border{
    border: 1px solid red;
}
.AppCommande .Resume-ConditionGenerale>*{
}


.AppCommande .mail-input.alreadyused input{
  border : 1px solid red;
  color: red; background: rgba(255,0,0,0.15) !important;
}


.AppCommande .mail-input span{
  display: block;
  color: red;
  height: 18px;
  line-height: 20px;
  font-size: 13px;
}

.AppCommande .Step-Two .Info-Contact h3{
  margin-bottom: 2px !important;
}
.AppCommande .Step-Two .Info-Contact .explication{
  margin-bottom: 10px;
  font-style: italic;
  font-size: 14px;
}
.AppCommande .Step-Two .Info-Contact .cle-agence-phrase{
  color:#615c57;
  font-style: italic;
  font-size: 12px;
}
.AppCommande .Step-Two .InfoCoordonnee{
}

.AppCommande .Step-Two .clientTypePicker-items{
  margin-bottom: 20px;
}

.AppCommande .Step-Two .InfoCoordonnee .clientTypePicker-item{
  cursor: pointer;
  display: inline-table;
  width: 150px;
  height: 150px;
  line-height: 40px;
  background: white;
  background: #f9f9f9;
  color: #262d60;
  color: #575757;
  text-align: center;
  border: 1px solid #DEDEDE;
  margin-right: 25px;
  position: relative;
}
.AppCommande .Step-Two .InfoCoordonnee .clientTypePicker-item.active{
  background: #668ec7; /*background: #262d60;*/
  color: white;
  border: 1px solid #DEDEDE;
}

.AppCommande .Steps form>span,
.AppCommande .Steps form>div>span,
.AppCommande .Steps form>div>div>span{
  /*border: 1px solid #DEDEDE;*/
  color: #888888 !important;
  color: #464646 !important;
  /*border-radius: 5px;*/

  display: inline-block;
  /*padding-left: 5px;*/
  margin-right: 25px;
  /*margin-bottom: 10px;*/
  /*test width: 205px;*/
  width: 325px;/*height: 30px*/; line-height: 30px;
  position: relative;
}

.AppCommande .Steps form>span.input-street,
.AppCommande .Steps form>div>span.input-street,
.AppCommande .Steps form>div>div>span.input-street{
  width: 325px;
}

.AppCommande .Steps form>span.input-street input,
.AppCommande .Steps form>div>span.input-street input,
.AppCommande .Steps form>div>div>span.input-street input{
   max-width: 325px;
}

.AppCommande .Steps form>span.input-numbox,
.AppCommande .Steps form>div>span.input-numbox,
.AppCommande .Steps form>div>div>span.input-numbox{
  width: 325px;
}

.AppCommande .Steps form>span.input-numbox input,
.AppCommande .Steps form>div>span.input-numbox input,
.AppCommande .Steps form>div>div>span.input-numbox input{
  max-width: 325px;
}

.AppCommande .Steps form>span::before,
.AppCommande .Steps form>div>span::before,
.AppCommande .Steps form>div>div>span::before{
  content : '';
}
.AppCommande .Steps form>span:nth-child(4n+4),
.AppCommande .Steps form>div>span:nth-child(4n+4),
.AppCommande .Steps form>div>div>span:nth-child(4n+4){
  margin-right: 0px;
}
.AppCommande .Steps form>span input,
.AppCommande .Steps form>div>span input,
.AppCommande .Steps form>div>div>span input{
  display: inline;
  display:block;
  /*border:0px;*/
  color: #575757 !important;
  /*padding:10px;
  padding-left : 90px;*/
  background: none!important;
  /*float:right;
  position: absolute; top:0px; right: 0px; left: 0px; bottom: 0px;*/
  border: 1px solid #aeaeae;
  padding: 5px; border-radius: 3px;
      width: 100%;
  /*max-width: 205px;*/
  box-shadow:none;
}

.AppCommande .Steps form>span input:focus,
.AppCommande .Steps form>div>span input:focus,
.AppCommande .Steps form>div>div>span input:focus{
  border: 1px solid #668ec7;
  box-shadow: 0px 0px 2px 0px rgb(28, 169, 237);

}
input:-webkit-autofill {
    background-color: rgba(0,0,0,0)!important;
}
.AppCommande .Steps .login-form  form>span,
.AppCommande .Steps .login-form  form>div>span{
  width: 250px;
}
.AppCommande .Steps .login-form form>span input,
.AppCommande .Steps .login-form form>div>span input{
  background: white !important;
      margin-top: 15px;
}


.AppCommande form div.DateVisitePicker h4{
  margin-bottom: 0px;
}

.AppCommande form div.DateButoir h4{
  margin-bottom: 5px;
}
.AppCommande form div.DateButoir>span{
  display: block;
}
/*.AppCommande form div.DateVisitePicker>div,*/
.AppCommande form div.DateButoir>div.DateButoir-DatePicker{
  background: white;
  border: 1px solid #aeaeae;
  border-radius: 5px;
  display: inline-block;
  padding-left: 5px;
  height: 31px; line-height: 30px;
}


.AppCommande .DateVisitePicker>div{
  height: 240px;
  position: relative;
}
.AppCommande .DVP-Select{
  display:block;
  position: absolute; top:0px; left:0px;
  width : 208px;
}
.AppCommande .DB-Select{width: 200px;}


/*.AppCommande .DVP-Select input,*/
.AppCommande .DB-Select input{
  color: #888888;
  width: 170px;
  border: 0px;
  height: 27px;
  display: inline-block;
  border: 0px!important;
  margin-top: -5px;
  box-shadow: none;
  width: 200px;
}
/*.AppCommande .DVP-Select input[disabled],*/
.AppCommande .DB-Select input[disabled]{
  background: white;
  color: #888888;
}
.AppCommande .DVP-Select input::input-placeholder {   color: #888888; opacity:1; }
.AppCommande .DVP-Select input::-webkit-input-placeholder {   color: #888888; opacity:1; }
.AppCommande .DVP-Select input:-moz-placeholder {   color: #888888; opacity:1; }
.AppCommande .DVP-Select input::-moz-placeholder {   color: #888888; opacity:1; }
.AppCommande .DVP-Select input:-ms-input-placeholder {   color: #888888; opacity:1; }

.AppCommande .DVP-Dates{
  display:block; position: absolute;
  top:60px; left : 215px;
  height: 205px; width: 705px;
}
/*
.AppCommande .DVP-Date{
  background: #f3f3f3;
  border: 1px solid #DEDEDE; display:inline-block;
  height: 50px; line-height: 25px;
  margin:2px 5px; padding: 0px 5px;
  padding-right: 20px;
  position: relative;
  border-radius: 5px;
}



.AppCommande form div.DateVisitePicker .DVP-Date .DVP-remove{
  position: absolute; top:0px; right:0px; bottom:0px;
  width: 15px; text-align: center;
  cursor: pointer;
  background: #668ec7; color: white;
  margin-top:-1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 50px;
}
*/

.AppCommande .DVP-Date{
    width: 200px;
    height: 50px;
    margin-bottom: 5px; margin-left: 5px; margin-right: 0px;
    display: inline-table;
    position: relative;
    padding: 5px;
    border: 1px solid #aeaeae;
}

.AppCommande form div.DateVisitePicker .DVP-Date .DVP-remove{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 17px;
    color: white;
    background: #668ec7;
    cursor:pointer;
}

.AppCommande form div.DateVisitePicker .DVP-Select-day-moment{
  display: inline-block;
  height: 28px;
  width: 178px;
}

.AppCommande form div.DateVisitePicker .DVP-Select-day-moment select{
  height: 28px;
  width: 178px;
}

.AppCommande form div.DateVisitePicker .DVP-Add{
  display: inline-block; float:right;
  width: 30px; height: 28px; line-height: 28px;
  background: #afca0a; color: white !important;
  text-align: center; cursor: pointer;
}
.AppCommande form div.DateVisitePicker .DVP-Add:hover{ color: #282f62; }
.AppCommande form div.DateVisitePicker .DVP-Add.disabled {
    background: #aeaeae; cursor: auto;
}

.AppCommande .DateVisitePicker>.DVP-Message{
  border: 1px solid red;
  color: red !important;
  text-align: center;
  margin: 20px 0px;
  max-height: 33px;
  display: block;
  padding: 5px;
  line-height: inherit;
}

.AppCommande .Steps .copy{
  cursor:pointer; display: inline-block; margin-right: 20px;
  height: 30px; line-height: 30px; padding: 0px 10px;
}

.AppCommande .Steps form>span .ZipCityPicker{


}
.AppCommande .ZipCityPicker .ZipCity-Rows {
    position: absolute;
    background: white;
    width: 100%;
    border: 1px solid #aeaeae;
    margin-top: -2px;
    z-index: 9999999;
    color:black;
}
.AppCommande .ZipCityPicker .ZipCity-Row {
    padding: 5px;
    border-bottom: 1px solid rgba(174, 174, 174, 0.15);
    cursor: pointer;
}
.AppCommande .ZipCityPicker .ZipCity-Row:hover {
    background: rgba(174, 174, 174, 0.15);
}
.AppCommande .ZipCityPicker .ZipCity-Row:last-child {
    border-bottom: 0px;
}

.AppCommande .ZipCityPicker select{
  width: 147px;
  height: 28px;
  margin-top:-1px;
  bottom: 16px;
  position: absolute;

  right: -85px;
  right: 0px;
}

.AppCommande .Info-Coordonnee-Owner{
  padding-top: 20px;
}

.AppCommande .Steps div.Error{
  border: 1px solid red;
  color: red !important;
  text-align: center;
  padding: 10px; margin: 10px 0px;
}


.AppCommande .login-form{
  /*cursor: pointer;
  width: 400px;
  height: 250px;*/
  line-height: 30px;
  background: white;
  color: #262d60;
  color: #575757;
  margin-right: 0px;
  display:none;
}
.AppCommande .login-form.open form{
  display: block;
  position: fixed;
  width: 770px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin-left: -330px;
  margin-top: -155px;
  background: white;
  padding: 0px 20px;
  border-radius: 3px;
}

.AppCommande .login-form.open form .login-left,
.AppCommande .login-form.open form .login-form-newclient{
  width: 360px; height: 265px;
  margin-top: 20px;
  margin-right: 10px;
  display:inline-table;
  position: relative;
  border: 1px solid #979797;
  padding: 20px;
      border-radius: 3px;
  background:  rgba(224, 218, 218, 0.13)
}
.AppCommande .login-form.open form .login-form-newclient{margin-right: 0px;}
.AppCommande .login-form.open form .login-form-newclient h4 sup{font-size: 14px}
#AllMainArea .CenterAlign .ContentTxtArea .AppCommande .login-form.open form .login-form-newclient p{
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
    width: 250px;
      margin-top: 10px;
    }

.AppCommande .login-form.open{
  z-index:99999999;
  display: block;
  background-color: rgba(0,0,0,0.2);
  width: inherit;height: inherit;
  position: fixed;top:0px; left:0px;right: 0px; bottom:0px;
}

.AppCommande .login-form.open form>h4:first-child{
  margin-top:0px;
}

.AppCommande .Steps .login-form>span,
.AppCommande .Steps .login-form>div>span{
  /*border: 1px solid #DEDEDE;*/
  color: #888888 !important;
  /*border-radius: 5px;*/
  display: inline-block;
  padding-left: 5px;
  margin-right: 10px; margin-bottom: 10px;
  /*height: 30px;*/ line-height: 30px;
  position: relative;
  width: 240px;
}
.AppCommande .Steps .login-form>span::before,
.AppCommande .Steps .login-form>div>pan::before{
  content : '';
}
.AppCommande .Steps .login-form>span input
.AppCommande .Steps .login-form>div>span input{
  display: inline;
  border:0px;
  border: 1px solid #DEDEDE;
  color: #575757 !important;
  padding:10px;
  padding-left : 60px;
  background: none!important;
  padding: 5px; border-radius: 5px;
  /*float:right;
  position: absolute; top:0px; right: 0px; left: 0px; bottom: 0px;*/
  max-width: 240px;
}

.AppCommande .Steps .login-form>span.LoginForm input{ padding-left: 10px; }

.AppCommande .Steps .login-form .LoginBtn {
  cursor: pointer;
  background: #7f9f28;
  text-align: center;
  border-radius: 5px;
  color: white!important;
  position: absolute;
  bottom: 0px;
  left: 5%;
  margin-bottom: 5%;
  width: 90%;
}

.AppCommande .loginError{
  font-size: 14px;
  color: red;
  height: 18px;

}
.AppCommande .fifty{
  position: relative;
  margin : 0px 0px;
  padding: 10px;
  line-height: 30px;
  font-size: 16px;
}
.AppCommande .fifty .byemail{
  font-size:15px !important;

}

.AppCommande .expertises-agency-list {
    padding-top: 8px;
}

.AppCommande .expertises-agency-buttons {
    margin-bottom: 10px;
}

.AppCommande .Info-Document>div/* .closed-animation.open-animation div*/{
  padding: 0px 10px;
  min-height: 30px; line-height: 30px;
  margin: 20px 0px;
}

.AppCommande .Resume-Acte .modepaymentlabel{
  padding-left: 10px;
  font-weight: bold;
    font-size: 16px;
}

.AppCommande .Resume-Acte .modepaymentdata{
  padding-left: 30px;
  display: block;
  font-size: 15px;
}
.AppCommande .Resume-Acte .choosePayment{
  margin-bottom: 10px;

}
.AppCommande .Resume-Acte .paymentparticulierlabel{
  font-size: 16px;
}
.AppCommande .Resume-Acte .paymentparticulier{
  margin-left: 10px;
}
.AppCommande .Resume-Acte .paymentparticulier ul{
  width: 100% !important;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.AppCommande .Resume-Acte .paymentparticulier .paymentparticulierkeyword{
    font-weight: bold;
}
.AppCommande .Resume-Acte .ActeFacture{
  font-size: 16px;
}
.AppCommande .Resume-Acte .paymentnormal .fifty:nth-child(2){
  background: #f3f3f3;
position: relative;
padding: 5px;
padding-left: 20px;
margin-left: 10px;
max-width: 440px;
}
.AppCommande .fifty:nth-child(2n)>div{
  background:#f3f3f3; position: relative; padding: 5px; padding-left: 10px;    max-width: 440px;
}
.AppCommande .Info-Document .fifty:nth-child(2){
  background: none;
}
.AppCommande .fifty input[type='checkbox']{
  margin-right: 15px;
  width: 15px; height: 15px;
}

.AppCommande .Steps .fifty h3{ display : block; margin-top:0px !important;}


.AppCommande .Person-Address,
.AppCommande .Person-Name{
  cursor: pointer;
    border-left: 5px solid #f3f3f3;
}

.AppCommande .Person-Address.active,
.AppCommande .Person-Name.active{
  border-left: 5px solid #668ec7;
}

.AppCommande .PromoCode-Error{
  border: 1px solid red;
  color: red !important;
  text-align: center;
  padding: 5px;
  margin: 20px 0px;
}
.AppCommande .AddCodePromo-btn{
  background: #668ec7; display: inline-block;
  height: 30px; line-height: 30px; color: white; padding:0px 10px; cursor:pointer;
}


.AppCommande .Steps .Info-Document form>span, .AppCommande .Steps .Info-Document form>div>span{
  width: 250px;
}
.AppCommande .Steps .Info-Document form>span, .AppCommande .Steps .Info-Document form>div>span{
  max-width: 250px; width: 250px; color:white !important;
}
.AppCommande .Steps .Info-Document form>span input,
.AppCommande .Steps .Info-Document form>div>span input{
  width: 250px;
}

.AppCommande .Steps .Info-Document-Address form>span input,
.AppCommande .Steps .Info-Document-Address form>div>span input{
  width: inherit;;
}
.AppCommande .Steps .Info-Document form>span input,
.AppCommande .Steps .Info-Document form>div>span input{
  max-width: 250px; width: 250px;
}
.AppCommande .Steps .Info-Document form>span.input-street,
.AppCommande .Steps .Info-Document form>div>span.input-street{
  width: 510px; max-width: 460px;
}
.AppCommande .Steps .Info-Document form>span.input-street,
.AppCommande .Steps .Info-Document form>div>span.input-street{
  width: 510px; max-width: 510px;
}
.AppCommande .Steps .Info-Document form>span:nth-child(4n+4),
.AppCommande .Steps .Info-Document form>div>span:nth-child(4n+4){
  margin-right: 10px;
}


.AppCommande .Steps .Info-Document-Address form>span input,
.AppCommande .Steps .Info-Document-Address form>div>span input{
  background: white !important;
}

.AppCommande .Steps .Info-Document-Address form>span input:focus,
.AppCommande .Steps .Info-Document-Address form>div>span input:focus{
  border:1px solid #262d5f;
  box-shadow: 0px 0px 2px 0px #1934f3;
}

.AppCommande .Steps .Info-Document-Address form>span.input-street input,
.AppCommande .Steps .Info-Document-Address form>div>span.input-street input{
  width: 510px; max-width: 510px;
}

.AppCommande .Steps .Info-Document-Address form>span div.ZipCityPicker,
.AppCommande .Steps .Info-Document-Address form>div>span div.ZipCityPicker{
  padding: 0px !important; margin:0px;
}
.AppCommande .Steps .Info-Document-Address form>span div.ZipCityPicker div,
.AppCommande .Steps .Info-Document-Address form>div>span div.ZipCityPicker div{
}


.AppCommande .Steps .SaveBtn {
  opacity: 0.5;
}
.AppCommande .Steps .SaveBtn.active{
float:right;
opacity: 1;
}




.AppCommande .Steps h2{
  margin-top: 20px;
}

.AppCommande .Steps div.Info-Document h4{ display: block;}
.AppCommande .Steps .Info-Document-Address{
  background: #f5f5f5;
  cursor: pointer; padding: 10px;
  position: relative;
  opacity: 0.75;
  margin: 10px 0px;
}
.AppCommande .Steps .Info-Document-Address h5{
  display: block; margin-top: 0px;
  font-size: 18px; font-weight: bold;
}

.AppCommande .Steps .Info-Document-Address.active{
  background: #668ec7;
  opacity:1;    color: white !important;
}
.AppCommande .Steps .Info-Document-Address.active p{
  color: white !important;
}
.AppCommande .Steps .Info-Document-Address.active h5{
  display: block;
}
.AppCommande .Steps .Info-Document-Address.active .Info-Document-Mail-titre{
  font-size: 16px;
}
.AppCommande .Steps .Info-Document-Address.active .Info-Document-Mail-content{
  font-size: 12px !important;
  font-style: italic;
  margin-bottom: 0px !important;
}
.AppCommande .Steps .Info-Document-Address .Info-Document-Reduc{
  color: #ff0000;
  font-family: cursive;
  font-size: 16px;
}
.AppCommande .Steps .copy-group{}
.AppCommande .Steps .copy-group .copy-btn{
  width:auto; background: #e3e3e3; padding: 0px 10px;
  color: #575757;cursor:pointer;
}
.AppCommande .Steps .copy-group .active{
  background: #668ec7;
}

#AllMainArea .CenterAlign .ContentTxtArea .AppCommande .Steps p.info-contact-explication {
    color: #575757 !important;
    /* background: red; */
    margin: 20px 0px;
    font-size: 12px!important;
    font-style: italic;
    display: inline-block;
}

#AllMainArea .CenterAlign .ContentTxtArea .AppCommande .Steps p.info-non-cumu {
    color:white !important;
    /* background: red; */
    margin: 20px 0px;
    font-size: 12px!important;
    font-style: italic;
    display: inline-block;
}

#AllMainArea .CenterAlign .ContentTxtArea .AppCommande .Steps p.info-contact-explication.datebutoir-explication{
  margin-left: 15px;
}


.AppCommande .Tarif-zone{
  margin-top: 10px;
}

.AppCommande .Tarif-item.Tarif-item-5 .Tarif-price{
  color: rgb(204, 0, 0);
  color: #ffffff;
  font-size: 18px;
}
.AppCommande .Tarif-total{
  position: relative;
  /*border-top: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;*/
  height: 50px;
  margin-top: 0px;
}
.AppCommande .Tarif-total-commission{
  position: relative;
  /*border-top: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;*/
  height: 100px;
  border-top: 1px solid;
  background: #8bc63e;
  width: 960px;
}
.AppCommande .Tarif-total .Tarif-slider,
.AppCommande .Tarif-total-commission .Tarif-slider{
  position: absolute;
  padding-top: 8px; padding-right: 20px;padding-left: 20px;
  top: 0px; bottom:0px; left:0px; right: 350px;
  width: 46%;
}
.AppCommande .Tarif-total-commission .Tarif-commission{
  position: absolute;
  width: 520px;height: 50px;
  top: 0px;   right: 0px;
  line-height: 50px;
  text-align: left;
  padding-left: 10px;
  border-bottom: 2px solid rgba(255,255,255,0.2);
  font-size: 18px;
}
.AppCommande .Tarif-total .Tarif-price,
.AppCommande .Tarif-total-commission .Tarif-price{
  position: absolute;
  width: 510px;height: 50px;
  bottom: 0px;   right: 0px;
  line-height: 50px;
  text-align: left;
/*  background: #f3f3f3;*/
}

.AppCommande .Tarif-total .Tarif-price-center {
  position: absolute;
  font-size: 18px;
  width: 553px;height: 50px;
  bottom: 0px;   right: 0px;
  line-height: 50px;
  text-align: left;
}

.AppCommande .Tarif-total-commission .Tarif-commission div,
.AppCommande .Tarif-total .Tarif-price  div,
.AppCommande .Tarif-total-commission .Tarif-price  div{
  position: absolute; top:0px;bottom:0px; right: 0px;
  width: 300px; text-align: right; padding-right: 30px;
}
.AppCommande .Tarif-total-commission .Tarif-price  div{
  font-weight: bold;
  font-size: 18px;
  margin-right: 0px;
}

.AppCommande ul.resume-tarif{
  list-style: none;
  width: 400px;

}
#AllMainArea .AppCommande ul.resume-tarif li,
.AppCommande ul.resume-tarif li{
  padding: 0px;  margin:0px;
  height: 40px;
  border-bottom: 1px solid #f3f3f3;
}
.AppCommande ul.resume-tarif li:nth-child(odd){
  background-color: #f9f9f9;
}

#AllMainArea .AppCommande ul.resume-tarif li.resume-total,
.AppCommande ul.resume-tarif li.resume-total{
  background-color: #f3f3f3;
  border-bottom: 0px;
  border-top: 2px solid #668ec7;
}
.AppCommande ul.resume-tarif li .resume-tarif-name{
  width: 350px; height: 40px; line-height: 40px;
  display: inline-block; padding-left: 10px;
}
.AppCommande ul.resume-tarif li .resume-tarif-price{
  width: 50px;height: 30px; line-height: 30px;
  display: inline-table;
}

.AppCommande .Resume-Order .fifty .resume-order-estate{
  font-family: "Helvetica";
  /* text-decoration: underline; */
  font-size: 15px;
  font-weight: bold;
}
.AppCommande .Resume-Order .fifty:nth-child(1) ul>li{
  font-style: italic;
  font-size: 14px !important;
}
.AppCommande .Resume-Order .fifty:nth-child(2){
  min-height: 105px; padding-top:20px;
}
.AppCommande .Resume-Order .resume-order-picture{
  position: absolute;
  top:10px; bottom:10px; left: 12px;
  width: 100px;
}
.AppCommande .Resume-Order .resume-order-picture img{
  height: 60px; margin:10px;
}
.AppCommande .Resume-Order .resume-order-name-address{
  /*position: absolute;top:10px; left: 120px; right: 10px; bottom:10px;*/
  margin-left: 176px; min-height: 90px;max-width: 440px;
}



.AppCommande .Resume-Rdv .fifty:nth-child(2){
  min-height: 105px; padding-top:20px;
}
.AppCommande .Resume-Rdv .resume-rdv-picture{
  position: absolute;
  top:10px; bottom:10px; left: 16px;
  width: 100px;
}
.AppCommande .Resume-Rdv .resume-rdv-picture img{
  height: 60px; margin:10px;
}
.AppCommande .Resume-Rdv .resume-rdv-name{
  /*position: absolute;top:10px; left: 120px; right: 10px; bottom:10px;*/
  margin-left: 176px; min-height: 90px;    padding-top: 10px;
}

.AppCommande .waiting-save{
  position: fixed;
  top:0px; left:0px; right:0px; bottom:0px;
  background:rgba(0,0,0,0.2);
  z-index: 999999;
}

.AppCommande .waiting-spinner{
  width : 50px; height: 50px;
  position: absolute;
  top:50%; left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  color:#262d60;
}

.AppCommande .Tarif-slider .steps{
  position: relative; width:100%;
  height: 40px;
}

.AppCommande .Tarif-slider .steps .steps-step{
  display: inline-block;
  position: absolute; top:0px;
  width: 40px; height: 40px; line-height: 40px; margin-left: -20px;
  text-align: center;
  font-size: 15px;
}
.AppCommande .Tarif-slider .steps .steps-step:before{
  content: '';
  width:2px; height: 10px;
  position: absolute; left: 19px; bottom:0px;
  background: #e9e9e9;
}

.AppCommande .Tarif-slider .steps .steps-step:first-child:before{
  left: 20px;
}
.AppCommande .Tarif-slider .steps .steps-step:last-child:before{
  left: 18px;
}

.AppCommande .Tarif-slider .steps .steps-step.active:before{
  background: #668ec7;
}

.AppCommande .Tarif-slider .steps .steps-step.steps-6.step-0{left: 0px;}
.AppCommande .Tarif-slider .steps .steps-step.steps-6.step-1{left: 20%;}
.AppCommande .Tarif-slider .steps .steps-step.steps-6.step-2{left: 40%;}
.AppCommande .Tarif-slider .steps .steps-step.steps-6.step-3{left: 60%;}
.AppCommande .Tarif-slider .steps .steps-step.steps-6.step-4{left: 80%;}
.AppCommande .Tarif-slider .steps .steps-step.steps-6.step-5{left: 100%;}

/*.AppCommande .CodePromo{
  padding: 0px 20px;
}*/
.AppCommande span.rajoutez-promo {
    color: white;
    cursor:pointer;
    text-decoration: underline;
    padding-left: 10px;
}
.AppCommande .Resume-BDC,
.AppCommande .Resume-Acte,
.AppCommande .Resume-Remarque,
.AppCommande .Resume-Price,
.AppCommande .Resume-ConditionGenerale
{
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.AppCommande .Resume-BDC.needBdc{
  border:1px solid red;
}

.AppCommande .Resume-Acte p,
.AppCommande .Resume-BDC p{
  padding-left: 20px;
  margin-bottom: 5px !important;
}
.AppCommande .Resume-Acte p input[type="checkbox"],
.AppCommande .Resume-BDC p input[type="checkbox"]{
  margin-left: -20px; margin-right: 10px; cursor: pointer;
}
.AppCommande .regular-checkbox {
  cursor: pointer;
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
.AppCommande .regular-checkbox:active, .regular-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.AppCommande .regular-checkbox:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
.AppCommande .regular-checkbox:checked:after {
  content: '\2714';
  font-size: 29px;
  position: absolute;
  top: -15px;
  left: 0px;
  color: #7f9f28;
}
.AppCommande .Resume-Document h3{
  padding-left: 10px;

}

.AppCommande .Resume-Document .itable div{
  display: table-row-group;
}

.AppCommande .Resume-Document .itable .adressdocument{
  padding-left: 20px;
}
.AppCommande .Resume-Document .labelleft{
  float: left;
      padding-left: 20px;
      font-weight: bold;
}
.AppCommande .Resume-Document .dataright{
  float:right;
      padding-right: 15px;
          width: 58%;
}
.AppCommande .Resume-Document .chooseOnlyByMail{
  margin-top: 5px;
    font-weight: bold;
}

.AppCommande .Resume-Document .chooseOnlyByMail .regular-checkbox{
  margin-left: 10px;
}
.AppCommande .Resume-Document .chooseOnlyByMail .resumedocumentmailonlycompany{
  padding-left: 7px;
}
.AppCommande .Resume-Document .resunereductionprice{
  color: #f82929;
    font-size: 15px;
    padding-left: 7px;

}
.AppCommande .Resume-BDC .Resume-clause-mandat{
  padding-left: 30px;
}
.AppCommande .Resume-BDC .Resume-clause-mandat .Resume-clause-mandat-btn{
    text-decoration: underline;
      color: #252d6a;
      cursor: pointer;
}
.AppCommande .Resume-BDC .Resume-clause-mandat .clause-mandat-text{
    color: gray;
    font-size: 14px !important;
    font-style: italic;
}

#AllMainArea .CenterAlign .ContentTxtArea .AppCommande .Resume-Acte p.explication,
#AllMainArea .CenterAlign .ContentTxtArea .AppCommande .Resume-BDC p.explication{

  font-size: 14px; color: grey; font-style: italic;padding-left: 30px;  max-width: 800px;
}


.AppCommande .Resume-Acte .acte-form{
  background: #f3f3f3;
  padding: 4px 20px;
  margin-left: 28px;
  max-width: 400px;
}
#AllMainArea .CenterAlign .ContentTxtArea .AppCommande .Resume-Acte .acte-form p.explication{
  padding-left: 0px;
}


.AppCommande .acte-form form>span>input{
  background-color: white!important;
}

#AllMainArea .CenterAlign .ContentTxtArea .AppCommande p.info-contact-explication.DVP-Dates-Explication,
.AppCommandep .Steps p.info-contact-explication.DVP-Dates-Explication {
  position: absolute!important;
      bottom: 210px!important;
  left: 5px!important;
}

.AppCommande ul{
  margin-left: 0px;
      width: 360px;
}
.AppCommande ul>li{
      margin-bottom: 0px !important;
          line-height: 25px !important;
}
.AppCommande input{
  width: inherit;
}
.AppCommande h2{border:inherit}
.AppCommande b{font-weight: bold;}

.AppCommande .selected-icon{
  /* background: red; */
  position: absolute;
  top: -2px;
  right: 10px;
  /* margin-top: -25px; */
  /* height: 50px; */
  /* width: 50px; */
  color: #575757;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
}
.AppCommande .selected-icon.active{
  color: #ffffff;
      right: 7px !important;
}

.AppCommande .Steps form>span input.empty-input-field,
.AppCommande .Steps form span.empty-input-field input,
.AppCommande .Steps form>span .ZipCityPicker.empty-input-field input{
  border: 1px solid red !important;
  background: rgba(255,0,0,0.15) !important;
}

.AppCommande .QuestionHelper {
    position: relative;
    overflow: visible;
    display: inline-block;
    cursor:pointer;
    margin-left: 7px;
}
.AppCommande .QuestionHelper-hover {
    border: 1px solid #575757;

    background: white;
    position: absolute;
    margin: 0px !important;
    min-width: 350px;
    max-width: 500px;
    font-size: 12px!important;
    top: 15px;
    left: 5px;
    padding: 10px;
    font-weight: normal !important;
    color: #575757;
    z-index: 9999!important;
}
.AppCommande .QuestionHelper-hover-img {
  width: 475px !important;
  height: 285px !important;
}
.AppCommande .QuestionHelper-hover p{
  font-style: italic!important;
  font-size: 12px!important;
  margin: -4px !important;
  line-height: 14px !important;
}

.AppCommande .QuestionHelper-titre {
  color: black!important;
  font-size: 20px!important;
}

.AppCommande .custom-input{
  position: relative;
}
.AppCommande .custom-input .custom-input-v{
  position: absolute;
  bottom: 15px;
  right: 0px;
  width: 25px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color:#7f9f28;
  color: #44d12c;
}
.AppCommande .custom-input.email-input-field .custom-input-v {
  /*right: 25px;*/
}
.AppCommande .custom-input.input-address .custom-input-v{
  /*right: 25px;*/
}

.AppCommande .custom-input.input-address select{
  z-index: 999999;
}

.AppCommande .custom-input .error-text-custom-input{
  color:red;
  height: 15px; line-height: 15px; font-size: 9px;
}


.AppCommande .Info-Coordonnee-Existing{position:relative;}

.AppCommande .Info-Coordonnee-Existing .logout-user{
  cursor:pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #262d60;
}



.AppCommande .Bottom-Images{
  margin-top:50px;
  text-align: center;
}
#AllMainArea .ContentTxtArea .AppCommande .Bottom-Images h3{
  text-align: center;
  display: none;
}

.AppCommande .Bottom-Images .BI-icon{
  display: inline-block;
  height: 100px;
  width: 200px;
}

.AppCommande .popup-dark{
  position: fixed; top:0px; left: 0px; right: 0px; bottom:0px;
  z-index:99999999;
  background: rgba(0,0,0,0.2);
}
.AppCommande .popup-dark .popup{
	height: 630px;
      width: 800px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -400px;
      margin-top: -280px;
      border: 1px solid #1e2455;
      border-radius: 3px;
}


.AppCommande .popup-dark .popup .close-popup-callus{
  position: absolute; top:8px; right: 12px;
  cursor: pointer;color: red;font-size: 21px;
}
.AppCommande .popup-dark .popup h3{
  font-size: 31px !important;
  margin-left: 10px !important;
}
.AppCommande .popup .call-up-popup-text{
      border-bottom: 1px solid gray;
      margin-left: 10px;
	  line-height: 1.3em;
}
.AppCommande .popup .call-up-popup-form{
      margin-top: 18px;
      margin-left: 10px;
}
.AppCommande .popup .call-up-popup-form form{
      margin-bottom: 10px;
}
.AppCommande .popup .input-textarea{
    width: 100%;
}
.AppCommande .popup .input-textarea textarea{
  width: 675px;
  display: block;
}
.AppCommande .popup .form-send{
  color: white;
  background: #e85314;
  padding: 9px;
  border-radius: 4px;
  cursor:pointer;
      margin-left: 9px;
}
.AppCommande .popup .call-us-popup-phone{
  color: #262d60;
  font-weight: bold;
  font-size: 16px;
}

.AppCommande .success-save{
  position: fixed; top:0px; left: 0px; right: 0px; bottom:0px;
  z-index:99999999;
  background: rgba(0,0,0,0.2);
}
.AppCommande .success-save .success-popup{
  height: 400px;
  width: 920px;
  border: 2px solid #8bc63e;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -460px;
  margin-top: -225px;
  background: #fff;
  text-align: center;
}
.AppCommande .success-save .success-popup h3{
  font-size:28px !important;
  text-align: center !important;
  color: #8bc63e !important;
  margin-bottom: 32px !important;
}
.AppCommande .success-save .success-popup p{
  color: #8bc63e !important;
  text-align: center !important
}
.AppCommande .success-save .success-popup-btn{
  cursor: pointer;
  color: white;
  text-align: center;
  margin-left: -5.6%;
  position: absolute;
  margin-top: 20px;
  background: #8bc63e;
  padding: 9px 9px;
  border-radius: 3px;
  font-size:22px;
}

.AppCommande .success-popup-btn-div{
  margin-top: 15px;
  margin-bottom: 15px;}


.AppCommande .success-save .success-popup-btn-pay{
  cursor: pointer;
  color: white;
  text-align: center;
  background: #8bc63e;
  padding: 9px 9px;
  border-radius: 3px;
  font-size:22px;
  margin: auto;
}
.AppCommande .success-save p .success-espaceclient{
  text-decoration: underline;
  cursor: pointer;
}
.AppCommande .CodePromo{
  padding-left:  20px;
  padding-bottom: 15px;
background: #8bc63e;
          width: 960px;
}
.AppCommande .Tarif-BG{
    background: #7f9f28;
  position: relative;
  color: white!important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}
.AppCommande .Tarif-BG::before{
    background: #f3f3f3;
  height: 30px;
  width: 30px;
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -15px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}


.AppCommande .Steps.Step-Four{
  padding-top:1px;
 margin: 20px;
 background: white;
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
 -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
 box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);

 }
 .AppCommande .Steps.Step-Four>div{
   padding-left:  20px;
   padding-right: 20px;
 }
 .AppCommande .Steps.Step-Four h3{
   margin-bottom: 10px !important;
 }
 .AppCommande .service-select-item .information {
    position: absolute;
    bottom: 0px;
    right: 5px;
}
.AppCommande .service-select-elec-count .explication {
    color: #575757 !important;
    font-size: 12px!important;
    font-style: italic;
}
.AppCommande .service-select-elec-count .explication .aucunsupplement {
    color: red !important;
    font-weight: bold;
    font-style: italic;
}
.AppCommande .Tarif-total-tvac {
  font-size: 18px;
  font-weight: bold;
  padding-top:5px;
}
.AppCommande .CodePromo form>span{
  color:white!important;
}
.AppCommande .CodePromo form>span>input{
  background:white!important;
}
.AppCommande .password-forgotten{
  display: none !important;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}
.AppCommande .login-form-newclient ul {
    margin-top: 25px;
}
.AppCommande .login-from-newclient-explication {
  display: inline !important;
  font-size: 14px;
}
.AppCommande .edit-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor:pointer;
}
.AppCommande .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.AppCommande .popup.popup-contact-edit.Card.Card-shadow{
  height: 300px; margin-top: -150px;
}
.AppCommande .popup.popup-contact-edit.Card.Card-shadow h3{
  border-bottom: 1px solid #1e2455;
  padding-bottom: 15px;
}
.AppCommande .popup.popup-contact-edit.Card.Card-shadow form{
  margin: 10px;
}
.AppCommande .popup.popup-contact-edit.Card.Card-shadow .popup-btn{
  color:white;
  background: #1e2455;
  padding:9px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 4px;
}
.AppCommande .popup.popup-order-edit.Card.Card-shadow{
  height: 369px; margin-top: -161px;
}
.AppCommande .popup.popup-order-edit.Card.Card-shadow h3{
  border-bottom: 1px solid #1e2455;
  padding-bottom: 15px;
}
.AppCommande .popup.popup-order-edit.Card.Card-shadow form{
  margin: 10px;
}
.AppCommande .popup.popup-order-edit.Card.Card-shadow .popup-btn{
  color:white;
  background: #1e2455;
  padding:9px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 4px;
}
.AppCommande .Info-Coordonnee-Existing-left {
    display: inline-table;
    width: 60%;
  }
  .AppCommande .Info-Coordonnee-Existing-right {
    display: inline-table;
    width: 40%;
  }
  .AppCommande p.Questionhelptext.Questionhelptext-with-img {
    margin-left: 310px!important;
      margin-top: 2px !important;
      line-height: 19px !important;
}

.AppCommande .QuestionHelper-hover img.QuestionHelper-image {
    position: absolute;
    top: 12px;
    left: 7px;
    width: 300px;
    height: 260px;
}
.AppCommande * {
    overflow: visible;
}

/* RC Slider */
.rc-slider {
  position: relative;
  height: 7px;
  width: 100%;
  border-radius: 6px;
  background-color: #e9e9e9;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 7px;
  border-radius: 6px;
  background-color: #abe2fb;
  background-color: #668ec7;
  z-index: 1;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  border: solid 2px #668ec7;
  background-color: #fff;
  z-index: 2;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
  border-color: #668ec7;
}
.rc-slider-handle-active:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
    border-color: #668ec7;
    box-shadow: 0 0 5px #668ec7;
}
.rc-slider-mark {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  font-size: 12px;
  z-index: 3;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 20px;
  background: transparent;
  z-index: 1;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot:first-child {
  margin-left: -4px;
}
.rc-slider-dot:last-child {
  margin-left: -4px;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
    border-color: #668ec7;

}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  position: absolute;
  margin-left: -5px;
  margin-bottom: -7px;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 10px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 4;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

.clickable{
  cursor: pointer;
  color: #668ec7 !important;
  text-decoration: underline;
}

.green {
  color: #8bc63e !important;
}

.plan-titre{
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.plan-titre-more{
  font-size: 12px;
  margin-bottom: 15px;
}

.post-meta .comments-number{
  display: none !important;
}

.Service-Select-newConstructInfo{
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0px 0 0;
}
