/*
	Author       : html.design
	Template Name: Wizard Form with Validation - Responsive
	Version      : 1.0
*/
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    /*background: url(../images/cool-background.png) no-repeat center;*/
    background-size: cover;
    background-attachment: fixed;
}

html {
    -ms-overflow-style: scrollbar;
}

.alltrans,
a,
input[type="button"],
input[type="submit"],
button,
table th,
table td,
.navigation-menu>li>a span:after,
.btn,
.btn:after,
.section-title:after,
.service-icon,
.owl-dot,
.owl-nav>div,
.blog-img img,
.owl-nav>div:before,
.portfolio-box:after,
.portfolio-box img,
.portfolio-content {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a {
    text-decoration: none;
    color: #76b8ff;
}

a:hover,
a:focus {
    outline: none;
    color: #76b8ff;
    text-decoration: none;
}

button:hover,
button:focus {
    outline: none;
    /*color: #76b8ff;*/
}

.link-dark {
    color: #0f0f0f;
}

.link-dark:hover,
.link-dark:focus {
    text-decoration: none;
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    a:active {
        background-color: transparent;
    }
}

strong {
    font-weight: 700;
}

small,
.small {
    font-size: 85%;
}

sub,
sup {
    font-size: 80%
}

p {
    margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin: 0 0 15px;
    font-weight: 700;
    color: #0f0f0f;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

h1,
h2 {
    font-size: 60px;
}

h3 {
    font-size: 30px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

h5 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

html,
body {
   /* background: linear-gradient(#000d42, #77b7fc) !important; */
    background-repeat: no-repeat;
    width: 100%;
}


/*--- Login/Signup Modal ---*/


.wizard-main {
    padding: 30px 0px;
    position: relative;
    z-index: 1;
}

.wizard-main .title-wb {
    text-align: center;
    font-size: 28px;
    text-transform: capitalize;
    color: #76b8ff;
    font-weight: bold;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.carousel-inner {
    border-radius: 10px 0px 0px 10px;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.banner-sec {
    padding-right: 0px;
}

.banner-sec .carousel-inner .carousel-item img {
    width: 100%;
}

.banner-sec .carousel-indicators li {
    width: 6px;
    height: 6px;
    opacity: .5;
    border-radius: 3px;
    background-color: #bbb4b4;
    margin: 0px 15px;
}

.banner-sec .carousel-indicators li.active {
    width: 12px;
    height: 13px;
    border-radius: 6px;
    background-color: #ff060a;
    position: relative;
    top: -4px;
    opacity: 1;
}

.carousel-item:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/pattern-1.png);
    width: 100%;
    height: 100%;
}

.login-sec {
    padding: 0px 0px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}

.login-sec-bg {
    position: relative;
    background: #FFFFFF;
}

.login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    text-align: center;
}

.login-sec .copy-text i {
    color: #FEB58A;
}

.login-sec .copy-text a {
    color: #E36262;
}

.login-sec h2 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
    color: #DE6262;
}

.login-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #FEB58A;
    display: block;
    margin-top: 5px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}

.btn-login {
    background: #DE6262;
    color: #fff;
    font-weight: 600;
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

.banner-text h2 {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
}

.banner-text h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #FFFFFF;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
}

.banner-text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
}

.form-input h4 {
    font-size: 18px;
    font-weight: 400;
}

.form-input .form-control {
    border-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
    font-size: 13px;
    padding: 5px 20px;
}



.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden
}

.wizard a,
.tabcontrol a {
    outline: 0
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0
}

.wizard ul>li,
.tabcontrol ul>li {
    display: block;
    padding: 0
}

.wizard>.steps .current-info,
.tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em
}

.wizard>.content>.title,
.tabcontrol>.content>.title {
    position: absolute;
    left: -999em
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 30%
}

.wizard>.steps .number {
    font-size: 14px;
}

.wizard>.steps>ul>li {
    width: 25%
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
    float: left
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    font-size: 14px;
    padding: 5px 15px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: #240661;
    color: #fff;
    cursor: default
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: #9dc8e2;
    color: #fff
}

.wizard>.steps .error a,
.wizard>.steps .error a:hover,
.wizard>.steps .error a:active {
    background: #ff3111;
    color: #fff
}

.wizard>.content {
    background: #ffffff;
    display: block;
    margin: .5em;
    min-height: 440px;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard.vertical>.content {
    display: inline;
    float: left;
    margin: 0 2.5% .5em 2.5%;
    width: 65%
}

.wizard>.content>.body {
    float: left;
    position: absolute;
    width: 100%;
    height: 95%;
    padding:  0% 2.5% 0% 2.5%
}

.wizard>.content>.body ul {
    list-style: disc !important
}

.wizard>.content>.body ul>li {
    display: list-item
}

.wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%
}

.wizard>.content>.body input {
    display: block;
    margin-bottom: 10px;
}

.wizard>.content>.body input[type="checkbox"] {
    display: inline-block
}

.wizard>.content>.body input.error {
    background: #fbe3e4;
    border: 1px solid #fbe3e4;
    color: #8a1f11
}

.wizard>.content>.body label {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}

.wizard>.content>.body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%
}

.wizard.vertical>.actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right
}

.wizard>.actions>ul>li {
    margin: 0 .5em
}

.wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: #240661;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    background: #eee;
    color: #aaa
}

.wizard>.loading {}

.wizard>.loading .spinner {}

.tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1
}

.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0
}

.tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0
}

.tabcontrol>.steps>ul>li>a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none
}

.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none
}

.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px 30px
}

.tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px
}

.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%
}

.tabcontrol>.content>.body ul {
    list-style: disc !important
}

.tabcontrol>.content>.body ul>li {
    display: list-item
}

@media(max-width:600px) {
    .wizard>.steps>ul>li {
        width: 50%
    }

    .wizard>.steps a,
    .wizard>.steps a:hover,
    .wizard>.steps a:active {
        margin-top: .5em
    }

    .wizard.vertical>.steps,
    .wizard.vertical>.actions {
        display: block;
        float: none;
        width: 100%
    }

    .wizard.vertical>.content {
        display: block;
        float: none;
        margin: 0 .5em .5em;
        width: auto
    }
}

@media(max-width:480px) {
    .wizard>.steps>ul>li {
        width: 100%
    }
}




.copyright.text-center {
    margin-top: 30px;
    margin-bottom: 0px;
    color: #ffffff;
}

.copyright.text-center a {
    color: #eda503;
}

.copyright.text-center a:hover {
    color: #ffffff;
}

.first-step {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: grid;
}


.loader {
    border: 6px solid #f3f3f3;
    /* Light grey */
    border-top: 6px solid #240661;
    /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#fileupload {
    display: none;
}
#fileuploadAss {
    display: none;
}

.fileupload {
    display: none;
}
.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #e9ecef;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 7px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#param-fileupload {
    display: none;
}

#saison-tarif-fileupload {
    display: none;
}

.val-input {
    height: 26px;
    margin-bottom: 0px !important;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

td {
    padding: 0.5rem !important;
}

.input-marg-buttom {
    margin-bottom: 10px;
}

#modal-resume-title {
    text-align: center;
    font-size: 14px;
}

.actions {
    display: none !important;
}

.price {
    color: #002243;
    font-weight: bold;
}

.augmentation-evol {
    background-color: #ff6a00af;
    padding: 3px;
    border-radius: 10px;
    color: white;
}

.diminution-evol {
    background-color: #57b300d4;
    padding: 3px;
    border-radius: 10px;
    color: white;
}

.bordered-row {
    border-left-style: ridge;
    border-left-color: black;
    border-left-width: 1px;
    border-right-style: ridge;
    border-right-color: black;
    border-right-width: 1px;
}

.bordered-left-row {
    border-left-style: ridge;
    border-left-color: black;
    border-left-width: 1px;
}

.bordered-right-row {
    border-right-style: ridge;
    border-right-color: black;
    border-right-width: 1px;
}

.bootstrap-tagsinput .tag {
    color: black !important;
    background-color: #ced4daad;
    padding: 2px;
    border-radius: 5px;
}

.bootstrap-tagsinput input {
    color: black !important;
}

#example-advanced-form-t-0 {
    pointer-events: none;
}

#example-advanced-form-t-1 {
    pointer-events: none;
}

#example-advanced-form-t-2 {
    pointer-events: none;
}



/************************ loader *************/
.partial {
    position: relative;
    min-height: 100px;
}
.page-text-loader {
    text-align: center;
    color: white;
    font-size: 20px;
}

.page-loader {
    position: absolute;
    z-index: 1000;
    padding-top: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(36, 6, 97, .95);
    background-image: url('../images/loader.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

/***************************************************/
.tarification-ul-label {
    font: 1rem 'Fira Sans', sans-serif;
}

.tarification-ul-ckb {
    margin: 0.4rem;
}

.wizard.clearfix {
    height: 600px;
}

.login-sec-bg {
    height: 600px;
}

.content.clearfix {
    height: 600px;
}

.multiselect-dropdown {
    width: 75% !important;
}

.inline-div{
    display: inline-flex;
}
.left-marg
{
    margin-left: 20px;
}
.step-content-block{
    height: 650px;
}
.custom-file-upload{
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/*************** ACORDION **************/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  /***************************************/
.toast-info{
    font-size: 14px !important;
    text-align:left !important;
    line-height: 20px;
}
.toast {
    opacity: 1 !important;
}
      
#toast-container > div {
    opacity: 1 !important; 
}
.canvas{
    width: 100%;
    height: 400px;
}

.no-bullets {
    list-style-type: none !important;
}
.whiteBG{
    background-color: white;
}
.plus-btn{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #240661;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}
.table-title{
    font-size: 16px !important;
    font-weight: bold !important;
    width: 100%;
    text-align: center;
    text-decoration: underline;
}
/*.card-body{
    height: 970px;
    overflow: auto;
}*/
.large-TXT{
    font-size: 18px !important;
    font-weight: bold !important;
}
.medium-TXT{
    font-size: 14px !important;
    font-weight: bold !important;
}
.txt-underline{
    border-bottom-color: #77b7fc;
    border-bottom-width: 3px;
    border-bottom-style: ridge;
}
.info-box{
    width: 70%;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    background-color: #9c9c9c81;
}
.section-title{
    font-weight: bold;
    text-decoration : underline;
}
.form-label{
    margin-top: 12px;
    font-size: 12px;
}
.facture-val{
    margin-left: 20px;
    width: 200px;
    height: 40px;
    text-align: center;
    background-color: #002042;
    border-radius: 5px;
    color: white;
}
.price-label-text{
    color: #002243;
    font-weight: bold !important;
    font-size: 14px !important;
}

.price-label{
    color: #002243;
    font-weight: bold !important;
    font-size: 14px !important;
    border-style: solid;
    border-width: 3px;
    padding: 5px;
    border-color: #00ce2f73;
    border-radius: 15px;
    min-width: 150px;
    margin-top: 5px;
}
.form-label{
    font-size: 12px;
    font-weight: bold;
}
.dates-title{
    width: 100%;
    padding-bottom: 20px;
    font-weight: bold;
    color: #002750;
}
.px16Text{
font-size: 14px !important;
}
.classe-client-titre{
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
}
.form-check-label{
    margin-top: 5px;
}
.choice-col-label{
    width: 100%;
    text-align: center;
}
#react-app{
    width: 100%;
    font-size: 12px;
    height: 500px;
    overflow-y:scroll;
    overflow-x: hidden;
    background-color: #e9ecef;
}
.title-section{
    font-weight: bold !important;
}

/*******************RANGE SLIDER ********************/
.slidecontainer {
    width: 100%;
  }
  
  .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 18px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  .slider:hover {
    opacity: 1;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #240661;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #240661;
    cursor: pointer;
  }
  .ui-stoggle--label-on > .ui-stoggle--label-text {
    margin-right: 5px;
  }
  .marg5{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
  }
  .sz12{
    font-size: 12px;
  }
  .marg50{
    margin-left: 50%;
    text-align: center;
  }


      /* Over the pointer-events:none, set the cursor to not-allowed.
    On this way you will have a more user friendly cursor. */
    .disabledTab {
        cursor: not-allowed;
    }
    /* Clicks are not permitted and change the opacity. */
    li.disabledTab > a[data-toggle="tab"] {
        pointer-events: none;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }
    .section-title-label{
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        text-decoration: underline;
    }
    .volume-title{
        text-align: center;
        width: 100%;
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
    }
    #assainissement-block{
        height: 400px;
        overflow: auto;
    }

#react-pf-tranches-optim{
    font-size: 12px;
}
#react-pf-tranches-optim-max{
    font-size: 12px;
}

.main--container{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #a1a1a180;
}
.left-menu{
    width: 18%;
    height: 100%;
    background-color: #240661;
    position: fixed;
    border-radius: 50px 0px 0px 50px;
    z-index: 3;
}
.right-content{
    width: 85%;
    height: 100%;
    background-color: white;
    margin-left: 15%;
    position: fixed;
    border-radius: 50px 50px 50px 50px;
    overflow: auto;
    z-index: 5;
}
.menu-content{
    width: 100%;
    text-align: center;
    margin-left: -5%;
}
.app-logo{
    width: 50px;
    margin-top: 50px;
}
.logo-title{
    width: 100%;
    color: white;
    font-size: 12px;
    font-weight: bold;

}
.menu-links{
    margin-top: 40%;
    color: white;
}
.menu-link{
    font-size: 20px;
    color: #76b8ff;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;

}
.selected-menu-img{
    height: auto;
    width: 80%;
}
.selected-menu-txt{
    position: absolute;
    left: 11%;
    margin-top: 14%;
}

.wizard>.steps {
    display: none;
}

.fieled-title{
    font-weight: bold !important;
    font-size: 16px !important;
}

.custom-control{
    background-color: #e9ecef;
    box-shadow :0 0 24px rgba(91, 94, 222, 0) !important;
    border-radius: 5px !important;
    height: 50px;
    font-weight: 600;
    border-width: 2px;
    border-color: #e9ecef !important;
}

.home-section-title{
    color: #76b8ff;
    font-weight: bold !important;
    text-align: center;
    margin-left: auto;
    width: 280px;
    margin-right: auto;
}
.file-upload-label{
    font-weight: 500 !important;
    color: rgb(44, 44, 44);
    font-size: 13px !important;
}

.home-download-link{
    color: #76b8ff;
    font-size: 14px;
    margin-top: 10px;
}
.send-data-btn{
    width: 250px !important;
    height: 40px;
    border-width: 0px;
    background-color: #76b8ff;
    color: white;
    border-color: #76b8ff;
    border-radius: 10px;
    cursor: pointer;
}
.send-data-btn:hover {
background-color: #240661;
}
.previous-btn{
    position: fixed;
    bottom: 5%;
    left: 17%;
}
.next-btn{
    position: fixed;
    bottom: 5%;
    right: 3%;
}

#version-container{
    position: fixed;
    bottom: 3%;
    left: 4%;
    color: white;
    font-size: 13px;
    font-weight: bold;
    z-index: 10;
}
.map--legend{
    width: 350px;
    height:  10px;
    background: linear-gradient(90deg in hsl shorter hue,yellow, red) !important;
    text-align: center;
}
.grad-txt{
    color: black  !important;
    font-weight: bold !important;
    margin-top: 15px;
    margin-left: 7px;
    margin-right: 7px;
}
.legend{
    line-height: 0px !important;
}


.leaflet-bottom {
    margin-bottom: 15px !important;
}
.leaflet-tooltip.my-labels {
    background-color: transparent;
    border: transparent;
    box-shadow: none;
    font-size: 10px;
    }

    #proportion-abonnees-map-ass{
        margin-left: auto;
        margin-right: auto;
    }

#bloc-nb-abonnees-eau-classe-client
{
    display: none;
}
#bloc-nb-abonnees-eau-commune{
    display: none;
}

#bloc-nb-abonnees-ass-classe-client
{
    display: none;
}
#bloc-nb-abonnees-ass-commune{
    display: none;
}