.bg-secondary
        {
            background-color: #999;
        }
        #image:hover{
            opacity:0.5;
        }
        .signin-content {
            max-width: 360px;
            margin: 60px auto 20px;
        }
        .text.text-danger{
            display: block;
            margin-top: -20px;
        }
        .toggle-button {
            margin: 0 20px; }
    
        /*
             * Toggle button styles
             */
        .toggle-button {
            position: relative;
            display: inline-block;
            color: #fff; }
        .toggle-button label {
            display: inline-block;
            text-transform: uppercase;
            cursor: pointer;
            text-align: left; }
        .toggle-button input {
            display: none; }
        .toggle-button__icon {
            cursor: pointer;
            pointer-events: none; }
        .toggle-button__icon:before, .toggle-button__icon:after {
            content: "";
            position: absolute;
            top: 45%;
            left: 35%;
            transition: 0.2s ease-out; }
        .toggle-button--vesi label {
            height: 50px;
            line-height: 50px;
            transition: all 0.2s;
            border-radius: 2rem; }
        .toggle-button--vesi label:before, .toggle-button--vesi label:after {
            position: absolute;
            right: 1.5rem;
            transition: all 0.2s .15s ease-out; }
        .toggle-button--vesi label:before {
            content: attr(data-on-text); }
        .toggle-button--vesi label:after {
            content: attr(data-off-text); }
    
        .toggle-button--vesi input[type=checkbox] + label {
            width: 150px;
            background: #A4A4A4; }
        .toggle-button--vesi input[type=checkbox] + label:before {
            opacity: 0;
            transform: translate(0, 20px);
            color: #fff; }
        .toggle-button--vesi input[type=checkbox] + label:after {
            opacity: 1;
            transform: translate(0, 0);
            color: #fff;}
    
    
        .toggle-button--vesi input[type=checkbox]:checked ~ label {
            width: 180px;
            background: #61B136; }
        .toggle-button--vesi input[type=checkbox]:checked ~ label:before {
            opacity: 1;
            transform: translate(0, 0); }
        .toggle-button--vesi input[type=checkbox]:checked ~ label:after {
            opacity: 0;
            transform: translate(0, -20px); }
    
        .toggle-button--vesi input[type=checkbox]:checked ~ .toggle-button__icon:before {
            transform: translate(-10%, 100%) rotate(45deg);
            width: 16.66667px; }
    
        .toggle-button--vesi input[type=checkbox]:checked ~ .toggle-button__icon:after {
            transform: translate(30%) rotate(-45deg); }
    
        .toggle-button--vesi .toggle-button__icon {
            position: absolute;
            left: 0;
            top: 0;
            height: 50px;
            width: 50px; }
        .toggle-button--vesi .toggle-button__icon:before, .toggle-button--vesi .toggle-button__icon:after {
            height: 3px;
            border-radius: 3px;
            background: #fff;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
        .toggle-button--vesi .toggle-button__icon:before {
            width: 25px;
            transform: rotate(90deg); }
        .toggle-button--vesi .toggle-button__icon:after {
            width: 25px;
            transform: rotate(0); }
    
    
        .btn span.glyphicon {
            opacity: 0;
        }
        .btn.active span.glyphicon {
            opacity: 1;
        }
    
        .btn span.fa-check {
            opacity: 0;
        }
        .btn.active span.fa-check {
            opacity: 1;
        }
        .material-switch > input[type="checkbox"] {
            display: none;
        }
    
        .material-switch > label {
            cursor: pointer;
            height: 0px;
            position: relative;
            width: 40px;
        }
    
        .material-switch > label::before {
            background: rgb(0, 0, 0);
            box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
            border-radius: 8px;
            content: '';
            height: 16px;
            margin-top: -8px;
            position:absolute;
            opacity: 0.3;
            transition: all 0.4s ease-in-out;
            width: 40px;
        }
        .material-switch > label::after {
            background: rgb(255, 255, 255);
            border-radius: 16px;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
            content: '';
            height: 24px;
            left: -4px;
            margin-top: -8px;
            position: absolute;
            top: -4px;
            transition: all 0.3s ease-in-out;
            width: 24px;
        }
        .material-switch > input[type="checkbox"]:checked + label::before {
            background: inherit;
            opacity: 0.5;
        }
        .material-switch > input[type="checkbox"]:checked + label::after {
            background: inherit;
            left: 20px;
        }
        .dropzone, .dropzone * {
            box-sizing: border-box; }
    
        .dropzone {
            min-height: 150px;
            border: 1px solid rgba(0, 0, 0, 0.3);
            background: white;
            padding: 24px 24px;
         }
        .dropzone.dz-clickable {
            cursor: pointer; }
        .dropzone.dz-clickable * {
            cursor: default; }
        .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
            cursor: pointer; }
        .dropzone.dz-started .dz-message {
            display: none; }
        .dropzone.dz-drag-hover {
            border-style: solid; }
        .dropzone.dz-drag-hover .dz-message {
            opacity: 0.5; }
        .dropzone .dz-message {
            text-align: center;
            margin: 2em 0; }
        .dropzone .dz-preview {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin: 16px;
            min-height: 100px; }
        .dropzone .dz-preview:hover {
            z-index: 1000; }
        .dropzone .dz-preview:hover .dz-details {
            opacity: 1; }
        .dropzone .dz-preview.dz-file-preview .dz-image {
            border-radius: 20px;
            background: #999;
            background: linear-gradient(to bottom, #eee, #ddd); }
        .dropzone .dz-preview.dz-file-preview .dz-details {
            opacity: 1; }
        .dropzone .dz-preview.dz-image-preview {
            background: white; }
        .dropzone .dz-preview.dz-image-preview .dz-details {
            -webkit-transition: opacity 0.2s linear;
            -moz-transition: opacity 0.2s linear;
            -ms-transition: opacity 0.2s linear;
            -o-transition: opacity 0.2s linear;
            transition: opacity 0.2s linear; }
        .dropzone .dz-preview .dz-remove {
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none; }
        .dropzone .dz-preview .dz-remove:hover {
            text-decoration: underline; }
        .dropzone .dz-preview:hover .dz-details {
            opacity: 1; }
        .dropzone .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0, 0, 0, 0.9);
            line-height: 150%; }
        .dropzone .dz-preview .dz-details .dz-size {
            margin-bottom: 1em;
            font-size: 16px; }
        .dropzone .dz-preview .dz-details .dz-filename {
            white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
            border: 1px solid rgba(200, 200, 200, 0.8);
            background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
            overflow: hidden;
            text-overflow: ellipsis; }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
        .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
            background-color: rgba(255, 255, 255, 0.4);
            padding: 0 0.4em;
            border-radius: 3px; }
        .dropzone .dz-preview:hover .dz-image img {
            -webkit-transform: scale(1.05, 1.05);
            -moz-transform: scale(1.05, 1.05);
            -ms-transform: scale(1.05, 1.05);
            -o-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
            -webkit-filter: blur(8px);
            filter: blur(8px); }
        .dropzone .dz-preview .dz-image {
            border-radius: 20px;
            overflow: hidden;
            width: 120px;
            height: 120px;
            position: relative;
            display: block;
            z-index: 10; }
        .dropzone .dz-preview .dz-image img {
            display: block; }
        .dropzone .dz-preview.dz-success .dz-success-mark {
            -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
        .dropzone .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
        .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -27px; }
        .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
            display: block;
            width: 54px;
            height: 54px; }
        .dropzone .dz-preview.dz-processing .dz-progress {
            opacity: 1;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
        .dropzone .dz-preview.dz-complete .dz-progress {
            opacity: 0;
            -webkit-transition: opacity 0.4s ease-in;
            -moz-transition: opacity 0.4s ease-in;
            -ms-transition: opacity 0.4s ease-in;
            -o-transition: opacity 0.4s ease-in;
            transition: opacity 0.4s ease-in; }
        .dropzone .dz-preview:not(.dz-processing) .dz-progress {
            -webkit-animation: pulse 6s ease infinite;
            -moz-animation: pulse 6s ease infinite;
            -ms-animation: pulse 6s ease infinite;
            -o-animation: pulse 6s ease infinite;
            animation: pulse 6s ease infinite; }
        .dropzone .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            left: 50%;
            top: 50%;
            margin-top: -8px;
            width: 80px;
            margin-left: -40px;
            background: rgba(255, 255, 255, 0.9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden; }
        .dropzone .dz-preview .dz-progress .dz-upload {
            background: #333;
            background: linear-gradient(to bottom, #666, #444);
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 0;
            -webkit-transition: width 300ms ease-in-out;
            -moz-transition: width 300ms ease-in-out;
            -ms-transition: width 300ms ease-in-out;
            -o-transition: width 300ms ease-in-out;
            transition: width 300ms ease-in-out; }
        .dropzone .dz-preview.dz-error .dz-error-message {
            display: block; }
        .dropzone .dz-preview.dz-error:hover .dz-error-message {
            opacity: 1;
            pointer-events: auto; }
        .dropzone .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            left: -10px;
            width: 140px;
            background: #be2626;
            background: linear-gradient(to bottom, #be2626, #a92222);
            padding: 0.5em 1.2em;
            color: white; }
        .dropzone .dz-preview .dz-error-message:after {
            content: '';
            position: absolute;
            top: -6px;
            left: 64px;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #be2626; }
    
        #title{
            color:   #004d00;
        }
        /* Ion.RangeSlider
            // css version 2.0.3
            // Â© 2013-2014 Denis Ineshin | IonDen.com
            // ===================================================================================================================*/
    
        /* =====================================================================================================================
            // RangeSlider */
    
        .irs {
            position: relative; display: block;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
        .irs-line {
            position: relative; display: block;
            overflow: hidden;
            outline: none !important;
        }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }
    
        .irs-bar {
            position: absolute; display: block;
            left: 0; width: 0;
        }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }
    
        .irs-shadow {
            position: absolute; display: none;
            left: 0; width: 0;
        }
    
        .irs-slider {
            position: absolute; display: block;
            cursor: default;
            z-index: 1;
        }
        .irs-slider.single {
    
        }
        .irs-slider.from {
    
        }
        .irs-slider.to {
    
        }
        .irs-slider.type_last {
            z-index: 2;
        }
    
        .irs-min {
            position: absolute; display: block;
            left: 0;
            cursor: default;
        }
        .irs-max {
            position: absolute; display: block;
            right: 0;
            cursor: default;
        }
    
        .irs-from, .irs-to, .irs-single {
            position: absolute; display: block;
            top: 0; left: 0;
            cursor: default;
            white-space: nowrap;
        }
    
        .irs-grid {
            position: absolute; display: none;
            bottom: 0; left: 0;
            width: 100%; height: 20px;
        }
        .irs-with-grid .irs-grid {
            display: block;
        }
        .irs-grid-pol {
            position: absolute;
            top: 0; left: 0;
            width: 1px; height: 8px;
            background: #000;
        }
        .irs-grid-pol.small {
            height: 4px;
        }
        .irs-grid-text {
            position: absolute;
            bottom: 0; left: 0;
            white-space: nowrap;
            text-align: center;
            font-size: 9px; line-height: 9px;
            padding: 0 3px;
            color: #000;
        }
    
        .irs-disable-mask {
            position: absolute; display: block;
            top: 0; left: -1%;
            width: 102%; height: 100%;
            cursor: default;
            background: rgba(0,0,0,0.0);
            z-index: 2;
        }
        .lt-ie9 .irs-disable-mask {
            background: #000;
            filter: alpha(opacity=0);
            cursor: not-allowed;
        }
    
        .irs-disabled {
            opacity: 0.4;
        }
    
    
        .irs-hidden-input {
            position: absolute !important;
            display: block !important;
            top: 0 !important;
            left: 0 !important;
            width: 0 !important;
            height: 0 !important;
            font-size: 0 !important;
            line-height: 0 !important;
            padding: 0 !important;
            margin: 0 !important;
            outline: none !important;
            z-index: -9999 !important;
            background: none !important;
            border-style: solid !important;
            border-color: transparent !important;
        }
    
    
        /* Ion.RangeSlider, Simple Skin
            // css version 2.0.3
            // Â© Denis Ineshin, 2014    https://github.com/IonDen
            // Â© guybowden, 2014        https://github.com/guybowden
            // ===================================================================================================================*/
    
        /* =====================================================================================================================
            // Skin details */
    
        .irs {
            height: 55px;
        }
        .irs-with-grid {
            height: 75px;
        }
        .irs-line {
            height: 10px; top: 33px;
            background: #EEE;
            background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); /* W3C */
            border: 1px solid #CCC;
            border-radius: 16px;
            -moz-border-radius: 16px;
        }
        .irs-line-left {
            height: 8px;
        }
        .irs-line-mid {
            height: 8px;
        }
        .irs-line-right {
            height: 8px;
        }
    
        .irs-bar {
            height: 10px;
            top: 33px;
            border-top: 1px solid #5995c9;
            border-bottom: 1px solid #5995c9;
            background: #5995c9;
            background: linear-gradient(to top, #5995c9 0%,#5995c9 100%);
        }
        .irs-bar-edge {
            height: 10px; top: 33px;
            width: 14px;
            border: 1px solid #8c633f;
            border-right: 0;
            background: #8c633f;
            background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
            border-radius: 16px 0 0 16px;
            -moz-border-radius: 16px 0 0 16px;
        }
    
        .irs-shadow {
            height: 2px; top: 38px;
            background: #000;
            opacity: 0.3;
            border-radius: 5px;
            -moz-border-radius: 5px;
        }
        .lt-ie9 .irs-shadow {
            filter: alpha(opacity=30);
        }
    
        .irs-slider {
            top: 25px;
            width: 27px;
            height: 27px;
            border: 1px solid #39688e;
            background: #DDD;
            background: linear-gradient(to bottom, rgb(57, 104, 142) 0%,rgb(57, 104, 142) 20%,rgb(57, 104, 142) 100%);
            border-radius: 27px;
            -moz-border-radius: 27px;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
            cursor: pointer;
        }
    
        .irs-slider.state_hover, .irs-slider:hover {
            background: #000000;
        }
    
        .irs-min, .irs-max {
            color: #000000;
            font-size: 12px; line-height: 1.333;
            text-shadow: none;
            top: 0;
            padding: 1px 5px;
            background: rgba(0,0,0,0.1);
            border-radius: 3px;
            -moz-border-radius: 3px;
        }
    
        .lt-ie9 .irs-min, .lt-ie9 .irs-max {
            background: #000;
        }
    
        .irs-from, .irs-to, .irs-single {
            color: #000000;
            font-size: 14px; line-height: 1.333;
            text-shadow: none;
            padding: 1px 5px;
            border-radius: 3px;
            -moz-border-radius: 3px;
        }
        .lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
            background: #FFFFFF;
        }
    
        .irs-grid {
            height: 27px;
        }
        .irs-grid-pol {
            opacity: 0.5;
            background: #428bca;
        }
        .irs-grid-pol.small {
            background: #999;
        }
    
        .irs-grid-text {
            bottom: 5px;
            color: #99a4ac;
        }
    
        .irs-disabled {
        }
    
    </style>
    <style>
        .footer-bouton{
            position: fixed;
            bottom: 0;
            z-index:2;
        }
        .demande-section{
            position: fixed;
            bottom: 20px;
            width: 94%;
            z-index:0;
        }
        .dropdown-menu[x-placement=bottom-start]{
            width: 70%;
            min-width: 20rem;
            margin: 0.500rem 0 0;
        }
        .slider{
            background-color: #fff;
            color: #000;
            height:500px !important;
            /* overflow: hidden !important; */
            /*top: 144.5px;
            left: 0px;
            z-index: 1049;*/
        }
        #slider2 .handle{
            background-color: #2E2E2E;
            right: -22px;
            padding: 10px;
            padding-bottom:600px;
            position: absolute;
            top: 0px;
            width: 20px;
            cursor: pointer;
            /*margin-top: -20px;*/
                /*-moz-transition: 200ms ease all;
                -webkit-transition: 200ms ease all;
            -o-transition: 200ms ease all;
            transition: 200ms ease all;*/
        }
        @media (max-width:991px){
            #slider2{
                width:auto !important;
            }
        }
        .slider-content{
            background-color:#fff;
            border-radius: 0 30px 30px 0 !important;
            margin-right:30px !important;
            box-shadow: 0 0 4px rgba(0,0,0,0.5) !important;
            height: 100% !important;
            /* overflow: hidden; */
            padding-right:30px;
            padding-top: 20px;
            padding-bottom: 20px;
        }
    
    
    
        .content-plus-filtre{
            overflow-y: auto !important;
            height: 100% !important;
        }
    
        .btn-plus-filtre{
            float: right;
            writing-mode: vertical-rl;
            text-orientation: mixed;
            color: #fff;
            display: flex;
            align-items: center;
            height: 100%;
            justify-content: center;
            padding: 0 6px;
            cursor: pointer;
            user-select: none;
        }
    
        .irs-slider {
            border: 1px solid #ffffff !important;
            background: #ffffff !important;
            color: #ffffff !important;
        }
    
        #formul{
            height: 80% !important;
            overflow: hidden !important;
            overflow-y: auto !important;
        }
    
        .modal-dialog{
            max-width:90%;
            margin: 0 auto;
            padding:0 10px;
        }
        .modal-dialog .modal-content{
            display:block;
        }
        .modal-open .modal{
            display: flex !important;
            /*align-items: center;*/
            margin-top:20px !important;
        }
        .modal.show .modal-dialog{
            margin-top:0 !important;
    
        }
        .modal.show .modal-dialog a.btn:not(.btn-link){
            width:100%;
            white-space: normal;
            line-height: 1.2;
            padding:6px 20px;
        }
        .list-unstyled .datepicker .day.old>div, .list-unstyled .datepicker .day.new>div{
            color:#888;
        }
        .list-unstyled .datepicker .day:not(.old):not(.new):not(.disabled)>div{
            color:#222;
        }
        .list-unstyled .datepicker .day.today>div{
            color:#222 !important;
            z-index:1;
            margin:0;
            display:inline-block;
        }
        .list-unstyled .datepicker .day{
            text-align:center;
        }
        .list-unstyled .datepicker .day.active>div{
            color:#222 !important;
            background-color:transparent;
            z-index:1;
            margin:0;
            display:inline-block;
        }
        .list-unstyled .datepicker .day.disabled>div{
            color:#ddd;
        }
        .list-unstyled .datepicker .day>div{
            z-index:1;
            display:inline-block;
        }
        .btn.plus-filtre{
            width:100%;
            white-space: normal;
            line-height: 1.2;
            padding:6px 20px;
            height:100%;
            display: flex;
            align-items: center;
            margin: 0;
        }
        .list-inline-item{
            margin:0 !important;
        }
    
        .list-unstyled.list-inline{
            margin:0 !important;
            height:100%;
            display: flex;
            align-items: center;
    
        }
    
        .card.login .row label{
            margin:0;
        }
        .card.login .row{
            align-items:stretch;
        }
    
        .card.login .row .bnb{
            height:100%;
            font-size: 14px;
            display: flex;
            align-items: center;
            padding: 5px 20px;
        }
        @media (max-width:991px){
            .card.login .card-body>.row>div{
                margin-bottom:10px;
                max-width:25%;
                flex:0 0 25%;
                padding:0 5px;
            }
        }
        @media (max-width:767px){
            .card.login .card-body>.row>div{
                margin-bottom:10px;
                max-width:100%;
                flex:0 0 100%;
                padding:0 5px;
            }
        }