.AppCommande {
    margin-top: 20px;
}

.Bien-Select,
.Service-Select,
.Region-Select {
    /*text-align: center;*/
}

#App > div > div > div:nth-child(2) > h1 {
    display: block !important;
    color: #e85314;
    text-transform: none;
    font-weight: 800 !important;
}

.AppCommande .Steps {
    padding-top: 20px;
    margin: 0 auto;
}

.AppCommande .Steps h2 {
    font-size: 22px;
    margin-bottom: 16px;
    letter-spacing: 0.04em;
}

.AppCommande .Steps .InfoCoordonnee h2 {
    margin-bottom: 0px;
}

.AppCommande .Steps>div h3, 
.AppCommande .Steps>div h4 {    
    letter-spacing: 0.04em;
    font-weight: 800;
}

.AppCommande .Steps h4 {
    font-size: 18px !important;
    text-transform: none !important;
}

.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 {
    text-transform:uppercase;
    line-height: 1.1em;
    bottom: 10px;    
    padding-left: 5px;
    padding-right: 5px;
}

.AppCommande .region-select-item, 
.AppCommande .bien-select-type-item, 
.AppCommande .service-select-item,
.AppCommande .Step-Two .InfoCoordonnee .clientTypePicker-item {
    border-radius: 10px;
    border: 3px solid #fff;
    background: white;
    margin: 0px 12px;
    width: 175px;
    height: 175px;
    font-weight: 800;
    color: #1d2d61 !important;
}

.AppCommande .region-select-item.active, 
.AppCommande .bien-select-type-item.active,
.AppCommande .service-select-item.active,
.AppCommande .Step-Two .InfoCoordonnee .clientTypePicker-item.active {
    background: #8bc63e;
    color:#fff;
    border-radius: 10px;
    border: 3px solid #fff;
}

.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 {
    background: #fff;
    margin: 0 6px;
    color: #1d2d61;
    border-radius: 10px;
    width: 120px;
    font-weight: 800;
    border: 2px solid #fff;
}

.AppCommande .bien-select-count-item.active, 
.AppCommande .bien-select-superficie-item.active, 
.AppCommande .service-select-peb-partiel-btn.active,
.AppCommande .service-select-elec-count-item.active, 
.AppCommande .service-select-plan-count-item.active, 
.AppCommande .service-select-citerne-item.active {
    background: #8bc63e;
    color: #fff;
}

.AppCommande .service-select-item:last-child {
    border-radius: 10px;
    border: 3px solid #fff;
}

.AppCommande .service-select-elec-count-item input[type="number"], 
.AppCommande .service-select-plan-count-item input[type="number"] {
    color:white;
    margin-left: 0px;
    width: 56px;
}

.AppCommande .service-select-plan-count-item{
    width: 42px;
}

.AppCommande .Tarif-BG {
    background: #f2f2f2;
    margin-top: 38px !important;
    font-weight: 800 !important;
}

.AppCommande .Steps .Tarif-list {
    color:#1d2d61;
}

.AppCommande .Steps .Tarif-price {
    color: #1d2d61;
}

.AppCommande .Tarif-item.Tarif-item-5 .Tarif-price{
    color: #1d2d61;
}

.AppCommande .Steps .Tarif-total{
    color:white;
    background-color: #1d2d61;
}

.AppCommande .Steps .info-non-cumu{
    margin-top: 13px;
    margin-left: 13px;
}


.AppCommande .CodePromo {
    background-color: #8bc63e;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.AppCommande .Tarif-total .Tarif-price, .AppCommande .Tarif-total-commission .Tarif-price{
    color:white;
}

.AppCommande .AddCodePromo-btn{
    background: #1d2d61;
    border-radius: 10px;
    padding: 18px 20px;
    line-height: 0px;
}

.AppCommande h2, .AppCommande h4 {
    font-weight: 800 !important;
}

.AppCommande .Steps .Tarif-list>div:first-child{
    /*border-top: 2px solid #1d2d61;*/
    border-top: none;
}

.AppCommande .Steps .Tarif-list>div {
    border-top: 1px solid #1d2d61;
    /*border-top: none;*/
}

.AppCommande .Tarif-zone {
    margin-top: -16px;
}

.AppCommande .btn-next { 
    letter-spacing: 0.15em;
}

.AppCommande .btn-next a{
    background: #e85314;
    border-radius: 10px;
    border: 2px solid #e85314;
    text-transform:uppercase;
    min-width: 120px;
    height: initial;
}

.AppCommande .btn-next a:hover{
    background: white;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    border: 2px solid #e85314; 
    border-radius: 10px;
    color: #e85314 !important;
}

.AppCommande .Tarif-BG::before {
    background: white;
    height: 30px;
    width: 30px;
    content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.AppCommande .Bread-Crumb {
    display: flex;
    text-align: center;
    justify-content: center;
}

.AppCommande .Bread-Crumb-Item.active:before {
    background: #e85314;
}

.AppCommande .Bread-Crumb-Item.active .dot {
    background: #e85314;
}

.AppCommande .Bread-Crumb-Item.active a {
    color: #e85314;
}

.AppCommande .Bread-Crumb-Item.current a {
    color: #e85314;
    font-weight: bold;
}

.AppCommande .CodePromo form>span>input {
    background-color: white !important;
    border: none !important;
}

.AppCommande .region-select-item:last-child, 
.AppCommande .bien-select-type-item:last-child {
    margin-right: 12px !important;
}

.AppCommande .region-select-item img, 
.AppCommande .bien-select-type-item img, 
.AppCommande .service-select-item img, 
.AppCommande .clientTypePicker-item img {
    height: 88px;
    width: auto;
    top:22px;
    left:40px;
}

.AppCommande .region-select-item:nth-child(3) img {
    left:37px;
}

.AppCommande .bien-select-image.bien-select-image-m {
    left: 41px;
}

.AppCommande .bien-select-image.bien-select-image-r {
    left: 36px;
}

.AppCommande .bien-select-name.bien-select-name-r {
    bottom: 18px;
}

.AppCommande .service-select-item .service-select-image-1 {
    left: 25px;
}

.AppCommande .service-select-item .service-select-image-2 {
    left: 30px;
}

.AppCommande .service-select-item .service-select-image-3 {
    left: 36px;
}

.AppCommande .service-select-item .service-select-image-4 {
    left: 32px;
}

.AppCommande .sevice-select-name {
    margin: 0 8px;
}

.AppCommande .service-select-item.active:last-child {
    border-radius: 10px;
    border: 3px solid #8bc63e;
}

.AppCommande .Bread-Crumb-Item a, .AppCommande .Bread-Crumb-Item span {
    text-transform: uppercase;
}

/* Step 2 */

.AppCommande .Step-Two .InfoCoordonnee,
.AppCommande .Step-Two .Info-Address,
.AppCommande .Step-Two .Info-Contact {
    /*text-align: center;*/
    font-weight: 800 !important;
}


.AppCommande .clientTypePicker-item .clientTypePicker-img-1 {
    left: 28px;
}

.AppCommande .clientTypePicker-item .clientTypePicker-img-2 {
    left: 34px;
}

.AppCommande .clientTypePicker-item .clientTypePicker-img-3 {
    left: 36px;
}

.AppCommande .Steps form>span, 
.AppCommande .Steps form>div>span, 
.AppCommande .Steps form>div>div>span {
    /* border: 1px solid #DEDEDE; */
    color: #1d2d61 !important;
    /* border-radius: 5px; */
    display: inline-block;
    padding: 0 12px;
    width: 350px;
    line-height: 36px;
    position: relative;
    margin: 0;
    font-weight: 800 !important;
}

/*.AppCommande .Steps form>span {    
    color: #fff !important;
}*/

.AppCommande .login-form.open form .login-left, 
.AppCommande .login-form.open form .login-form-newclient{
    background: rgba(70, 64, 64, 0.13);
}

.AppCommande .Steps form>span input, 
.AppCommande .Steps form>div>span input, 
.AppCommande .Steps form>div>div>span input,
.geosuggest__input {
    display: block;
    color: #1d2d61 !important;
    background: #fff !important;
    /*border: 1px solid #e85314;*/
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    box-shadow: none;
    font-size: 14px;
}

.AppCommande .Steps form>span input:focus, 
.AppCommande .Steps form>div>span input:focus, 
.AppCommande .Steps form>div>div>span input:focus,
.geosuggest__input:focus {    
    border-color: #8bc63e !important;
}

.AppCommande .Steps form>span.input-street, 
.AppCommande .Steps form>div>span.input-street, 
.AppCommande .Steps form>div>div>span.input-street,
.AppCommande .Steps form>span.input-numbox, 
.AppCommande .Steps form>div>span.input-numbox, 
.AppCommande .Steps form>div>div>span.input-numbox {
    width: 350px;
}

.AppCommande .Steps form>span.input-numbox input,
.AppCommande .Steps form>div>span.input-numbox input,
.AppCommande .Steps form>div>div>span.input-numbox input,
.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: 350px;
}

.AppCommande .custom-input .custom-input-v {
    position: absolute;
    bottom: 22px;
    right: 16px;
    width: 25px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #7f9f28;
    color: #44d12c;
}

.AppCommande .custom-input .error-text-custom-input {
    font-size: 12px;
}

.AppCommande .Steps .login-form .LoginBtn {    
    background: #e85314;
    text-align: center;
    border-radius: 5px;
    color: white!important;
    position: absolute;
    bottom: 0px;
    left: 5%;
    margin-bottom: 5%;
    width: 90%;
}

/* Blue Line Before */
/*.AppCommande .Info-Coordonnee-Owner::before,
.AppCommande .Info-Address::before,
.AppCommande .Info-Contact::before {
    background: #8bc63e;
    height: 40px;
    width: 1px;
    content: '';
    position: absolute;
    left: 50%;
    margin-top: -52px;
    top: initial;
}

.AppCommande .Bien-Select::before,
.AppCommande .Service-Select::before {
    background: #8bc63e;
    height: 40px;
    width: 1px;
    content: '';
    position: absolute;
    left: 50%;
    margin-top: -18px;
}

.AppCommande .DateVisitePicker::before,
.AppCommande .DateButoir::before {
    background: #8bc63e;
    height: 40px;
    width: 1px;
    content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    margin-top: -55px;
    top: initial;
}

.AppCommande .btn-next::before {
    background: #8bc63e;
    height: 40px;
    width: 1px;
    content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    margin-top: -52px;
    top: initial;
}
*/

.AppCommande .DateVisitePicker {
    margin-top: 20px;
}

.AppCommande .DateButoir {
    margin-top: 50px;
}

.AppCommande .Steps .copy-group .copy-btn {
    width: auto;
    background: #313f84;
    padding: 0px 10px;
    color: white !important;
    cursor: pointer;
    margin: 6px 5px;
    border-radius: 7px;
}

.AppCommande .DateVisitePicker>div {
    height: 240px;
    position: relative;
    /*margin: 0 106px;*/
}

.AppCommande .DVP-Dates {
    text-align: left;
    display: block;
    position: absolute;
    top: 0px;
    left: 215px;
    height: 205px;
    margin-left: 14px;
    width: 396px;
}

.AppCommande .info-contact-explication .DVP-Dates-Explication {
    width: 350px;
}

div.DVP-Dates > p {
    line-height: 24px;
}

div.login-form-newclient > span {
    line-height: 0px !important;    
}

.AppCommande .DVP-Date {
    line-height: 24px;
    width: 126px;
    height: 8px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 5px;
    display: inline-table;
    position: relative;
    padding: 5px;
    border: 1px solid #aeaeae;
}

.AppCommande form div.DateVisitePicker .DVP-Add {
    display: inline-block;
    width: 30px;
    height: 28px;
    line-height: 28px;
    background: #8bc63e;
    color: white !important;
    text-align: center;
    cursor: pointer;
    margin: 3px 0 0 0px;
}

.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: #8bc63e;
    cursor: pointer;
}

.react-datepicker__day--in-range, 
.react-datepicker__day--selected {
    border-radius: 4px;
    background-color: #8bc63e;
    color: #fff;
}

.react-datepicker__day--in-range:hover, 
.react-datepicker__day--selected:hover {
    background-color: #e85314;
}

.AppCommande .DateVisitePicker>.DVP-Message {
    margin: -20px 0 20px 0px;
    padding: 0;
}

.AppCommande form div.DateButoir>div.DateButoir-DatePicker {    
    border: 1px solid #8bc63e;
    border-radius: 20px;
    padding: 9px 16px;
    box-shadow: none;
}

.AppCommande .DB-Select {
    margin-top: -10px;
}

/* Step 3 */
.AppCommande .Step-Three>div h3, 
.AppCommande .Step-Three>div h4 {
    text-align: left;
}

.AppCommande .Steps.Step-Three .Info-Document-Address.active div.selected-icon > i {
    color: #fff;
}

.AppCommande .Steps.Step-Three .Info-Document-Address div.selected-icon > i {
    color: #1d2d61;
}

.AppCommande .Info-Document {
    padding-bottom: 50px !important;
}

.AppCommande .Steps .Info-Document-Address.active {
    background: #8bc63e;
    color:#1d2d61;
    border-radius: 10px;
    border: 3px solid #fff;
}

.AppCommande .Steps .Info-Document-Address {
    border-radius: 10px;
    border: 3px solid #fff;
    background: white;
    margin: 0px 12px 10px 12px;
}

.AppCommande .Steps .Info-Document-Address.active h5 {
    color:#fff;
}

.AppCommande .Info-Document>div {
    margin: 20px 0px -30px 0px;
}

.AppCommande .other-form-address form>span>input,
.AppCommande .other-form-address form>div>span>input,
.AppCommande .other-form-address form>span>div>div>input {
    background-color: white !important;
    border: none !important;
}

.AppCommande .Steps .Info-Document form>span, 
.AppCommande .Steps .Info-Document form>div>span {
    margin-right: 10px;
    max-width: 250px;
    width: 250px;
    color: white !important;
}

/* Step 4 */

.AppCommande .Steps.Step-Four {
    width: 80%;
    margin: 50px auto;
    background: #f2f2f2;
    border-radius: 8px;
    padding-bottom: 25px;
}

.AppCommande .Resume-Order .fifty .resume-order-estate {
    font-family: Nunito;
}

.AppCommande .popup.popup-contact-edit.Card.Card-shadow {
    height: 344px;
    margin-top: -150px;
}

.AppCommande .popup.popup-order-edit.Card.Card-shadow {
    height: 432px;
    margin-top: -161px;
}

.AppCommande .fifty:nth-child(2n)>div {
    background: #fff;
    position: relative;
    padding: 5px;
    padding-left: 10px;
    max-width: none;
}

.AppCommande .Steps.Step-Four h3 {
    display:inline-block;
    border-bottom:1px solid #8bc63e;
    padding-bottom:2px;
}

.AppCommande .Resume-Order .fifty>span,
.AppCommande .Resume-Rdv .fifty>span {
    font-family: Nunito;
    display: grid;
}

.AppCommande .Resume-Order .fifty>ul,
.AppCommande .Resume-Rdv .fifty>span {
    color: #8bc63e;
}

.AppCommande .Resume-Order .resume-order-name-address,
.AppCommande .Resume-Rdv .resume-rdv-name,
.AppCommande .Resume-Document .dataright {
    color: #8bc63e;
}

.AppCommande .fifty {
    position: relative;
    margin: 0px 0px;
    padding: 0px 10px 10px 0px;
    line-height: 30px;
    font-size: 16px;
}

.AppCommande .Resume-Document h3 {
    padding-left: 0px;
}

.AppCommande .Resume-BDC, .AppCommande .Resume-Acte, .AppCommande .Resume-Remarque, .AppCommande .Resume-Price, .AppCommande .Resume-ConditionGenerale {
    padding-left: 20px !important;
}

.AppCommande .Resume-Document .resunereductionprice,
.AppCommande .Resume-Remarque div>div,
.AppCommande .Resume-Acte .paymentparticulier .paymentparticulierkeyword {
    color: #8bc63e;
}

.AppCommande .remarque-textarea {
    width: 100%;
    min-width: 400px;
    max-width: 1000px;
    min-height: 100px;
    border: 1px solid #e3e3e3;
    margin-top: 10px;
    margin-bottom: 10px;
}

.AppCommande .Resume-Price {
    text-align: center;
    text-transform: uppercase;
    padding: 18px 0px 10px 0px !important;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background: #8bc63e;
    color: white;
    font-size: 14px;
    position: relative;
}

.AppCommande .barre-price::before {
    top: 16px;
}

.AppCommande .Resume-Price .resume-price-reduc-phrase {
    font-size: 14px !important;
    color: #1d2d61;
    font-style: italic;
}

.AppCommande .Resume-Price::before {
    background: #f2f2f2;
    height: 26px;
    width: 26px;
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.AppCommande .regular-checkbox:checked:after {
    color: #8bc63e;
}

.AppCommande #stepvalidationbtn::before {
    content: none;
}

.AppCommande #stepvalidationbtn {
    margin-top: -8px;
    width: 88.8%;
}

#top-menu li.menuOrder a:before {
    content: none;
}

.AppCommande .Card {
    background: #f2f2f2;        
    padding: 20px;
    margin: 20px;
    margin-top: 0px;
    border-radius: 8px;
}

.info-contact-explication-2 {
    color: #8bc63e !important;
}

.AppCommande .Resume-Document .dataright {
    width: 62%;
}

.AppCommande .Resume-Order .resume-order-name-address, 
.AppCommande .Resume-Rdv .resume-rdv-name {
    margin-left: 158px;
}

.AppCommande .Resume-Document .chooseOnlyByMail .regular-checkbox,
.AppCommande .Resume-ConditionGenerale .regular-checkbox {
    top: 7px;
}

.AppCommande .Resume-ConditionGenerale {
    height: 40px;
}

/* Iphone 6 */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
    #App {
        zoom: 0.478;
    }

    /*.AppCommande .Bread-Crumb {
        zoom: 0.9;
        background-color: blue;
    }
    .AppCommande .Bread-Crumb-Item:before {
        top: 20px;
    }*/
}

/* Iphone 5 */
/*@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 374px) {
    #App {
        zoom: 0.41;
    }
}*/

#App{
    width: 100%;
    margin: 0 auto;
}

#footer_upper_line{
    margin-bottom: -80px;
}
/*
#main-header{
    top:36px !important;
}*/

@media only screen and (max-width: 768px) {    
    #et-main-area #main-content .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 58px;
    }

    .AppCommande .Steps {
        width: 100%;
    }
    .AppCommande .CodePromo {    
        width: 100%;
    }

    .AppCommande .Steps .Tarif-total {
        width: 100%;
    }

    .AppCommande .Steps .Tarif-name {
        width: 75%;
    }

    .AppCommande .Steps .Tarif-price {
        width: 25%;
        padding-right: 34px;
    }

    .AppCommande .Card {
    }

    .AppCommande .Tarif-total .Tarif-slider {
        padding-top: 0px;
    }

    .AppCommande .Bread-Crumb {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;

    }

    .AppCommande .Bread-Crumb-Item:before {
        top: 20px;
    }

    .AppCommande .Bread-Crumb-Item {
        display: inline-block;
    }

    .AppCommande .Bread-Crumb-Item>div>a {
        font-size: smaller;
        line-height: 0.1em;
    }

    .AppCommande .DateVisitePicker {
        display: none;
    }

    .AppCommande .Steps.Step-Four {
        width: 100%;
    }
}

@media only screen and (min-width: 769px) and  (max-width: 1280px)  {
    #main-content .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/**
 * The geosuggest module
 * NOTE: duplicated font-sizes' are for browsers which don't support rem (only IE 8)
 */
.geosuggest {
  font-size: 1rem;
  position: relative;
  width: 100%;
  margin: 1em 15px;
  text-align: left;
}

.geosuggest__input-wrapper {
  width: 675px;
}

.geosuggest__input {
    display: block;
    color: #1d2d61 !important;
    background: #fff !important;
    /* border: 1px solid #e85314; */
    border: none !important;
    padding: 10px 16px !important;
    border-radius: 8px;
    box-shadow: none;
    font-size: 14px;
    width: 100%;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: border 0.2s, box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s;
}
.geosuggest__input:focus {
  border: 1px solid #8bc63e !important;
  box-shadow: 0 0 1px #8bc63e;
}

.geosuggest__suggests {
  color: initial;
  position: absolute;
  width: 675px !important;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 25em !important;
  padding: 0 !important;
  margin-top: -6px;
  background: #fff;
  border: 1px solid #8bc63e;
  border-top-width: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  list-style: none!important;
  z-index: 5;
  -webkit-transition: max-height 0.2s, border 0.2s;
  transition: max-height 0.2s, border 0.2s;
}
.geosuggest__suggests--hidden {
  max-height: 0 !important;
  overflow: hidden !important;
  border-width: 0 !important;
  list-style-type: none !important;
  padding: 0 !important;
}

/**
 * A geosuggest item
 */
.geosuggest__item {
  font-size: 18px;
  font-size: 1rem;
  padding: .5em .65em;
  cursor: pointer;
  color: #1d2d61 !important;
}
.geosuggest__item:hover,
.geosuggest__item:focus {
  background: #f5f5f5;
}
.geosuggest__item--active {
  background: #8bc63e;
  color: #fff;
}
.geosuggest__item--active:hover,
.geosuggest__item--active:focus {
  background: #ccc;
}

@media (max-width: 460px){    
    .AppCommande .Steps.Step-Four>div {
        padding-right: 18px;
        padding-left: 6px;
    }
}

.DVP-Choice{
  width: 126px;
  background-color: #8bc63e;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  height: 52px;
  line-height: 50px;
  padding: 0 15px;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}

.AppCommande .Steps form>span input:focus,
.AppCommande .Steps form>div>span input:focus,
.AppCommande .Steps form>div>div>span input:focus,
.geosuggest__input:focus {
  box-shadow: none !important;
}