@font-face {
    font-family: galanoGrotesque;
    src: url("../font/galano_grotesque.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: galanoGrotesque;
    src: url("../font/galano_grotesque_medium.otf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: galanoGrotesque;
    src: url("../font/galano_grotesque_semi_bold.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: galanoGrotesque;
    src: url("../font/galano_grotesque_bold.otf") format("opentype");
    font-weight: 800;
}

@font-face {
    font-family: galanoGrotesque;
    src: url("../font/galano_grotesque_extra_bold.otf") format("opentype");
    font-weight: 900;
}

html, body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y:auto;
    font-family: galanoGrotesque;
}

/***    HEADER ELEMENTS    ***/
#header {
    margin: 0 19%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 84px;
    z-index: 1;
    background: #FFF;
    border-radius:12px;
}
@font-face {
    font-family: galanoGrotesque;
    src: url("../font/galano_grotesque.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: galanoGrotesque;
    src: url("../font/galano_grotesque_medium.otf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: galanoGrotesque;
    src: url("../font/galano_grotesque_semi_bold.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: galanoGrotesque;
    src: url("../font/galano_grotesque_bold.otf") format("opentype");
    font-weight: 800;
}

@font-face {
    font-family: galanoGrotesque;
    src: url("../font/galano_grotesque_extra_bold.otf") format("opentype");
    font-weight: 900;
}

html, body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: galanoGrotesque;
}

/***    HEADER ELEMENTS    ***/
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 84px;
    z-index: 1;
    background: #FFF;
}

#header.vertical {
    height: 94px;
}

.kp-header-text {
    position: absolute;
    left: 2.5%;
    right: 50%;
    top: 42px;
    font-size: 30px;
    line-height: 42px;
    font-weight: 900;
}

#header.vertical > div:first-child {
    display: none;
}

#header > div:last-child {
    position: absolute;
    left: 4.5%;
    right: 2.5%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

#header.vertical > div:last-child {
    left: 2.5%;
}

#search_city_cont {
    position: absolute;
    left: 0;
    right: 300px;
}

#search_city_cont.vertical {
    position: absolute;
    height: 60px;
    min-width: 256px;
    left: 20px;
    right: 84px;
    top: 0px;
    width: calc(100% - 128px);
}

#search_city {
    width: calc(100% - -55px);
    font-family: 'galanoGrotesque';
    font-size: 18px;
    line-height: 28px;
    padding: 13px 20px;
    opacity: 1.5;
    background: #edf3fe;
    border: 1px solid #f4f4f4;
    border-radius:9px;
}

#search_city.vertical {
    width: calc(100% - 40px);
    padding: 15px 20px;
    font-size: 14px;
}

#search_city::placeholder {
    color: #828282;
}

#search_city_button {
    background: url(../img/search2.svg), #0086ee;
    width: 55px;
    background-position: center;
    height: 55.99px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 110%;
    border-radius: 0px 9px 9px 0px;

}

#search_city_button.vertical {
    width: 29px;
    right: 13px;
}

#filter_btn_text {
    position: absolute;
    right: 0;
    height: 32px;
    top:24px;
    line-height: 36px;
    cursor: pointer;
    display: inline-block;
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    padding: 0 26px;
    margin-left: 8px;
}

#filter_btn_img{
    position: absolute;
    right: 72px;
    top:19px;
    height: 45px;
    line-height: 36px;
    cursor: pointer;
    display: inline-block;
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    padding: 0 26px;
    margin-left: 8px;
    background-image: url(../img/filter2.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-size: 24px;
}

#filter_btn_text.vertical {
    right: 26px;
    height: 26px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    background-size: 26px;
    background-position-x: center;
    font-size: 0
}

#itineraire_btn {
    position: absolute;
    right: 130px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    background-image: url(../img/iconeIti.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

#itineraire_btn.vertical {
    right: 56px;
}

/***    ITINERAIRE    ***/

#iti {
    background: #FFF;
    position: absolute;
    top: 141px;
    bottom: 20px;
    left: -5000px;
    width: 33.333%;
    min-width: 440px;
    z-index: 2000;
    transition: all 0.25s;
    overflow-y: hidden;
}

#iti.vertical {
    top: 0px;
    bottom: 0px;
    width: auto;
    min-width: inherit;
}

#iti.opened:not(.vertical) {
    left: 20px;
}

#iti.opened.vertical {
    left: 0px;
    right: 0px;
}

#iti_scroll {
    position: absolute;
    top: 90px;
    right: 10px;
    bottom: 10px;
    width: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

#iti_scroll_child {
    position:relative;
    width: 6px;
    margin-right: -6px;
}

#iti_block, #iti_route {
    right: 20px;
    left: 0px;
    position: absolute;
    padding: 40px;
}

#iti_block.vertical, #iti_route.vertical {
    left: 20px;
    right: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
}

#iti_close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
}

#iti_marque, #iti_modele {
    width:178px;
}

#iti_ac {
    margin-top: 6px;
}

#iti_ac_label {
    vertical-align: super;
    margin-left: 6px;
}

#iti_ok_btn {
    margin-top: 13px;
}

#iti_loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2999;
}

#iti_loader_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .1;
}

#iti_loader > .kp-loader {
    display: block;
    margin-top: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    height: 64px;
}

/***    MAP & MODAL BLOCKS    ***/
#map, #lMap, #gMap, #modal_block, #map-loader {
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 121px;
    bottom: 0;
}

#map.vertical, #lMap.vertical, #gMap.vertical {
    top: 94px;
}

#map.opened, #lMap.opened, #gMap.opened {
    user-select: none;
    pointer-events: none;
}

#gMap {
    z-index: -1000;
}

#modal_block {
    display: none;
    z-index: 2000;
    background: #000;
    opacity: 0.4;
}

#modal_block.vertical {
    top: 94px;
}

#map-loader {
    display: none;
    z-index: 3000;
}

#map-loader.vertical {
    top: 94px;
}

#map-loader-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
}

#map-loader-fg {
    background: #b48cdc;
    opacity: .9;
    margin-top: calc(25% - 37px);
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border-left: solid 10px white;
    border-right: solid 10px white;
    animation: spin 3s ease infinite;
}

/***    MAP ZOOM CONTROLS    ***/
.kp-zoom-control-cont {
    margin-right: 50px !important;
    margin-top: 50px !important;
    background-color: #FFF;
    border-radius: 3px !important;
    box-shadow: none !important;
    border: none !important;
    overflow: hidden;
}

.kp-zoom-control-cont.vertical {
    margin-right: 25px !important;
    margin-top: 40px !important;
}

.kp-zoom-control {
    width: 32px;
    height: 32px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 8px;
}

.kp-zoom-in {
    background-image: url(../img/zoom_in.svg);
}

.kp-zoom-out {
    background-image: url(../img/zoom_out.svg);
    border-top: 1px solid #353535;
}

/***    FILTER BLOCK    ***/
#filter {
    background: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -360px;
    width: 300px;
    padding: 0px 30px 30px 30px;
    transition: all 0.25s;
    z-index: 2001;
    overflow-y: hidden;
}

#filter.opened:not(.vertical) {
    border-radius: 10px;
    width: 300px;
    right: 19%;
}

#filter.closed:not(.vertical) {
    width: 300px;
    right: -360px;
}

#filter.opened.vertical {
    left: 0px;
    width: auto;
    right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#filter.closed.vertical {
    width: 0px;
    right: -60px;
    padding-left: 0px;
    padding-right: 0px;
}

#filter_scroll {
    position: absolute;
    top: 80px;
    right: 10px;
    bottom: 30px;
    width: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

#filter_scroll_child {
    position: relative;
    width: 6px;
    margin-right: -6px;
}

#filter_block {
    position: absolute;
    padding: 30px;
}

#filter_block.vertical {
    left: 20px;
    right: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
}

#filter_close {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 900;
    height: 35px;
    align-items: center;
}

#filter_close_btn {
    width: 32px;
    height: 32px;
}

#filter_block > div:nth-child(2) {
    margin-top: 10px;
}

#filter_block > table {
    border-collapse: collapse;
} 

#filter_block > table img {
    height: 40px;
    width: 40px;
    margin-left: 6px;
    margin-right: 6px;
}

.kp-filter-other-plug {
    display: block;
    max-height: 0px;
    overflow-y: hidden;
    transition: max-height .25s;
}

#filter_power_cont {
    width: 90%;
}

#filter_power_cont.vertical {
    width: 80%;
}

#filter_available {
    margin-top: 6px;
}

#filter_available_label {
    vertical-align: super;
    margin-left: 6px;
}

#filter_ok_btn {
    margin-top: 48px; 
}

/***    CHARGE STATION INFORMATION BLOCK    ***/
#info {
    background: #FFF;
    position: absolute;
    top: 141px;
    bottom: 20px;
    left: -5000px;
    width: 33.333%;
    min-width: 440px;
    z-index: 2000;
    transition: all 0.25s;
    overflow-y: hidden;
}

#info.vertical {
    top: 0px;
    bottom: 0px;
    width: auto;
    min-width: inherit;
}

#info.opened:not(.vertical) {
    border-radius:10px;
    left: 20px;
}

#info.opened.vertical {
    left: 0px;
    right: 0px;
}

#info.information{
    top: auto;
}
#info.mobile-inf{
    height: 204px;
}

#info_scroll {
    width: 7px;
    position: absolute;
    top: 90px;
    right: 20px;
    left: 92%;
    bottom: 20px;    
    overflow-y: auto;
}

#info_scroll_child {
    position: relative;
}

#info_block {
    right: 20px;
    left: 0px;
    position: absolute;
    padding: 40px;
}

#info_block.vertical {
    padding: 40px 20px;
}

#info_title_vertical {

    font-size: 23px;
    font-weight: 800;
    margin-top: 10px;
}

#info_title_vertical.vertical {
    display: block;
}

#info_title_vertical > div:first-child {
    height: 40px;
    line-height: 42px;
}

#info_title_vertical > .kp-separator {
    margin-top: 10px;
    margin-bottom: 23px;
}

#info_close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
}

#info_close.vertical {
    top: 50px;
}

#info .kp-separator {
    width: 80%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#info_loader {
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    width: 64px;
    height: 64px;
}

.kp-info-plug-block {
    display: flex;
    flex-wrap: wrap;
}

.kp-info-plug-item {
    display: flex;
    flex-basis: 50%;
    margin-bottom: 6px;
}

.kp-info-plug-item.vertical {
    flex-basis: 100%;
    margin-bottom: 15px;
}

.kp-info-plug-item > img:first-child {
    height: 50px;
}

.kp-info-plug-avail {
    color: green;
}

.kp-info-plug-noavail {
    color: red;
}

.kp-info-nearby {
    cursor:pointer;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.kp-info-nearby > span:last-child {
    font-weight:700;
}

#slide-detail{
    display: none;
    background-color: darkgray;
    height: 3px;
    margin-bottom: 3px;
    color: black;
    width: 8%;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    border-radius: 3px;
}

/***    CUSTOM VERTICAL SCROLLBAR    ***/
.kp-scroll::-webkit-scrollbar {
    width: 6px;
}

.kp-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #DDD;
    border-radius: 3px;
}

.kp-scroll::-webkit-scrollbar-thumb {
    background: #0086ee; 
    border-radius: 3px;
}

.kp-scroll::-webkit-scrollbar-thumb:hover {
    background: black; 
}

/***    CUSTOM CHECKBOX INPUT    ***/
input[type=checkbox].kp-checkbox {
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    margin: 0;
    height: 20px;
    width: 20px;
    border: 0;
    outline: 2px solid #e1dede;
    background-color: transparent;
    border-radius:15px;
}

input[type=checkbox].kp-checkbox:checked {
    background: #0086ee;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    outline: 0;
}

/*** CUSTOM SLIDER/RANGE INPUT    ***/
input[type=range].kp-range {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    margin-top: -7px;
}

@-moz-document url-prefix() {
    input[type=range].kp-range {
        margin-top: -15px;
    }
}

input[type=range].kp-range:focus {
    outline: none;
}

input[type=range].kp-range::-ms-track {
    width: 100%;
    cursor: pointer;

    background: transparent; 
    border-color: transparent;
    color: transparent;
}

input[type=range].kp-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: 3px solid #b48cdc;
    height: 19px;
    width: 19px;
    border-radius: 9px;
    background: #ffffff;
    cursor: pointer;
    margin-top: -8px;
}

input[type=range].kp-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    border: 3px solid #b48cdc;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

input[type=range].kp-range::-ms-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: 3px solid #b48cdc;
    height: 19px;
    width: 19px;
    border-radius: 9px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range].kp-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b48cdc;
    border-radius: 1px;
}

input[type=range].kp-range:focus::-webkit-slider-runnable-track {
    background: #b48cdc;
}

input[type=range].kp-range::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b48cdc;
    border-radius: 1px;
}

input[type=range].kp-range::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    color: transparent;
}

input[type=range].kp-range::-ms-fill-lower {
    background: #b48cdc;
    border-radius: 0.5px;
}

input[type=range].kp-range:focus::-ms-fill-lower {
    background: #b48cdc;
}

input[type=range].kp-range::-ms-fill-upper {
    background: #b48cdc;
    border-radius: 0.5px;
}

input[type=range].kp-range:focus::-ms-fill-upper {
    background: #b48cdc;
}

.kp-range-ticks, .kp-range-labels {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 2px;
}

.kp-range-ticks {
    margin-top: 8px;
}

.kp-range-tick {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #b48cdc;
}

.kp-range-label {
    color: transparent;
    white-space: nowrap;
}

.kp-range-label:not(:first-child):not(:last-child) {
    flex: 1;
    text-align: left;
}

.kp-range-labels:last-child {
    direction: rtl;
}

/***    CUSTOM SLIDER CHECKBOX    ***/
.slider-container {
    position: relative;
    display: inline-block;
    min-width: 35px;
    width: 40px;
    height: 18px;
    border: 2px solid #e1dede;
    border-radius: 20px;
    transition: background-color .3s;
    cursor: pointer;
}

.slider {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #0086ee;
    transition-property: all;
    transition-delay: 0s;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

.slider-container.slide {
    background-color: transparent;
}

.slider-container.slide > .slider {
    right: 100%; 
    transform: translate(100%, 0);
}

/***    OTHER CLASSES    ***/
.kp-button {
    border-radius:32px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0086ee;
    color: white;
    cursor: pointer;
    font-weight: 700;
    padding: 16px 48px;
    text-align: center;
    display: table;
    position: relative;
    user-select: none;
    border: none;
    text-transform: uppercase;
}

.kp-button.vertical {
    display: block;
}

.kp-button-close {
    cursor: pointer;
    z-index: 1000;
    background-image: url(../img/closefulli.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.kp-button-close-info{
    cursor: pointer;
    z-index: 1000;
    background-image: url(../img/closefulliInfo.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.kp-title {
    font-weight: 800;
    margin-bottom: 6px
}

.kp-title.vertical {
    margin-bottom: 12px;
}

.kp-separator {
    height: 1px;
    background: #E1DEDE;
    border-radius: 1px;
}

.kp-separator.vertical {
    margin-bottom: 18px;
    width: 90%;
}

.kp-clickable-text {
    color:#0086ee;
    font-size: 10px;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 16px;
    margin-bottom: -6px;
    text-align: center;
    cursor: pointer;
}

/***    LOADER    ***/
.kp-loader {
    display: none;
    border-radius: 50%;
    border-left: solid 10px #b48cdc;
    border-right: solid 10px #b48cdc;
    animation: spin 3s ease infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(1080deg); }
}

#info_nav{
    display: none;
}

.kp-button-nav{
    cursor: pointer;
    font-weight: 700;
    width: 26%;
    background-color: #0086ee;
    color: #FFF;
    margin-right: auto;
    text-align: center;
    padding: 3px 1px;
    border-radius: 15px;
}


/***    RESPONSIVE    ***/



@media screen and (max-width: 1280px) {

    /***    HEADER ELEMENTS    ***/
    .kp-header-text {
        font-size: 26px;
        line-height: 36px;
        top: 45px;
    }

    #search_city {
        font-size: 17px;
        line-height: 28.5px;
    }
    #search_city_button{
        left:111%;
    }

}

@media screen and (max-width: 1000px) {

    /***    HEADER ELEMENTS    ***/
    .kp-header-text {
        font-size: 20px;
        line-height: 30px;
        top: 48px;
    }
    #search_city_button{
        left:119%;
    }

}

@media screen and (max-width: 900px) {

    /***    HEADER ELEMENTS    ***/
    .kp-header-text {
        font-size: 18px;
        line-height: 28px;
        top: 49px;
    }

    #search_city_cont {
        right: 242px;
    }

    #search_city {
        font-size: 14px;
        line-height: 30px;
        padding: 12px 20px;
    }

    #filter_btn_text {
        font-size: 16px;
    }

    #filter_btn_text > img {
        margin-right: 3px;
        height: 20px;
    }

    #itineraire_btn {
        right: 104px;
    }

    /***    MAP & MODAL BLOCK    ***/
    .kp-zoom-control-cont {
        margin-right: 30px;
        margin-top: 30px;
    }

    #search_city_button{
        left:120%;
    }
    #filter_btn_text{
        display:none;
    }

    #filter_btn_img{
        background-size: 49px;
        right: 19px;
    }

}

@media screen and (max-width: 800px) {

    /***    HEADER ELEMENTS    ***/

    .kp-header-text {
        font-size: 17px;
        line-height: 27px;
        top: 49.5px;
    }

}

@media screen and (max-width: 600px) {

    /***    HEADER ELEMENTS    ***/
    #search_city_button{
        left:113%;
    }

    #search_city{
        font-size: 9px;
    }

    #header{
        width:100%;
        margin:0;
    }

    #filter.opened:not(.vertical){
        right: 0;
    }




}


@media screen and (max-width: 500px) {

    /***    HEADER ELEMENTS    ***/
    #header{
        width:100%;
        margin:0;
    }

    #search_city_button{
        left:119%;
    }

    #info{
        width:100%;
        min-width: 100%;

    }

    #slide-detail{
        display:block;
    }

    #info_block{
        padding:10px;;
    }

    #title-prise{
        display:none;
    }


    #title-tarif{
        display:none;
    }

    #title-borneProxi{
        display:none;
    }

    #detail-tarif{
        display:none;
    }

    .kp-info-nearby{
        display:none;
    }

    #info-avail{
        display:none;
    }

    .kp-info-plug-item{
        flex-basis: 26%;
    }
    #info.opened:not(.vertical){
        font-size: 13px;
        left:0px;
    }

    #info_close{
        top: -4px;
        right: -6px;
    }

    #info .kp-separator{
        display:none;
    }

    .kp-info-plug-item{
        margin-bottom: 0;
    }

    #info_nav{
        display:block;
    }

    #info_scroll{
        display:none;
        top: 82%;
    }
}

@media screen and (max-width: 470px) {

    /***    HEADER ELEMENTS    ***/

    #search_city_button{
        left:138%;
    }

}

@media screen and (max-width: 400px) {
    #filter_btn_text.vertical {
        right: 18px;
    }

    #itineraire_btn.vertical {
        right: 18px;
        top: 12px;
    }

}

@media screen and (max-width: 370px) {

    /***    HEADER ELEMENTS    ***/

    #search_city_button{
        left:185%;
    }

}

.cluster {
    background-image: url(../img/stationBlue.svg);
    background-size: 46px;
    background-repeat: no-repeat;
    background-position: center;
    width: 62px;
    height: 68px;
    line-height: 62px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.cluster span {
    margin: auto;
}

.step {
    padding: 10px;
    width: 94%;
}

.step table {
    width: 100%
}

p.kp-title{
    font-weight: 800;
    margin-bottom: 6px;
    margin-top: 1px;
}

#filter_block > .kp-separator{
    margin-top: 20px;
    margin-bottom: 20px;
}

.pac-container {
    z-index: 3000;
}

.pac-target-input{
    width: 80%;
}

.kp-input {
    border:1px solid #D2D2D2;
    padding: 6px 12px;
    background-color: #FFF;
    opacity: 0.8;
    font-size: 16px;
}

#iti_block > .kp-title {
    font-size: 17px;
}

#header.vertical {
    height: 94px;
}

.kp-header-text {
    position: absolute;
    left: 2.5%;
    right: 50%;
    top: 42px;
    font-size: 30px;
    line-height: 42px;
    font-weight: 900;
}

#header.vertical > div:first-child {
    display: none;
}

#header > div:last-child {
    position: absolute;
    left: 4.5%;
    right: 2.5%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

#header.vertical > div:last-child {
    left: 2.5%;
}



#search_city_cont.vertical {
    position: absolute;
    height: 60px;
    min-width: 256px;
    left: 20px;
    right: 84px;
    top: 16px;
    width: calc(100% - 128px);
}

#search_city {
    width: calc(100% - -55px);
    font-family: 'galanoGrotesque';
    font-size: 18px;
    line-height: 28px;
    padding: 13px 20px;
    opacity: 0.5;
    border: 1px solid #f4f4f4;
    border-radius:9px;
}

#search_city.vertical {
    width: calc(100% - 40px);
    padding: 15px 20px;
    font-size: 14px;
}

#search_city::placeholder {
    color: #828282;
}

#search_city_button {
    background: url(../img/search2.svg), #0086ee;
    width: 55px;
    background-position: center;
    height: 55.99px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 110%;
    border-radius: 0px 9px 9px 0px;
}

#search_city_button.vertical {
    width: 29px;
    right: 13px;
}

#filter_btn_text {
    position: absolute;
    right: 0;
    top: 24px;
    height: 32px;
    line-height: 36px;
    cursor: pointer;
    display: inline-block;
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    padding: 0 26px;
    margin-left: 8px;
}

#filter_btn_img{
    background-image: url(../img/filter2.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-size: 24px; 
}

#filter_btn_text.vertical {
    right: 26px;
    height: 26px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    background-size: 26px;
    background-position-x: center;
    font-size: 0
}

#itineraire_btn {
    position: absolute;
    right: 130px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    background-image: url(../img/iconeIti.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

#itineraire_btn.vertical {
    right: 56px;
}

/***    ITINERAIRE    ***/

#iti {
    background: #FFF;
    position: absolute;
    top: 141px;
    bottom: 20px;
    left: -5000px;
    width: 33.333%;
    min-width: 440px;
    z-index: 2000;
    transition: all 0.25s;
    overflow-y: hidden;
}

#iti.vertical {
    top: 0px;
    bottom: 0px;
    width: auto;
    min-width: inherit;
}

#iti.opened:not(.vertical) {
    left: 20px;
}

#iti.opened.vertical {
    left: 0px;
    right: 0px;
}

#iti_scroll {
    position: absolute;
    top: 90px;
    right: 10px;
    bottom: 10px;
    width: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

#iti_scroll_child {
    position:relative;
    width: 6px;
    margin-right: -6px;
}

#iti_block, #iti_route {
    right: 20px;
    left: 0px;
    position: absolute;
    padding: 40px;
}

#iti_block.vertical, #iti_route.vertical {
    left: 20px;
    right: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
}

#iti_close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
}

#iti_marque, #iti_modele {
    width:178px;
}

#iti_ac {
    margin-top: 6px;
}

#iti_ac_label {
    vertical-align: super;
    margin-left: 6px;
}

#iti_ok_btn {
    margin-top: 13px;
}

#iti_loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2999;
}

#iti_loader_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .1;
}

#iti_loader > .kp-loader {
    display: block;
    margin-top: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    height: 64px;
}

/***    MAP & MODAL BLOCKS    ***/
#map, #lMap, #gMap, #modal_block, #map-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 121px;
    bottom: 0;
}

#map.vertical, #lMap.vertical, #gMap.vertical {
    top: 94px;
}

#map.opened, #lMap.opened, #gMap.opened {
    user-select: none;
    pointer-events: none;
}

#gMap {
    z-index: -1000;
}

#modal_block {
    display: none;
    z-index: 2000;
    background: #000;
    opacity: 0.4;
}

#modal_block.vertical {
    top: 94px;
}

#map-loader {
    display: none;
    z-index: 3000;
}

#map-loader.vertical {
    top: 94px;
}

#map-loader-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
}

#map-loader-fg {
    background: #b48cdc;
    opacity: .9;
    margin-top: calc(25% - 37px);
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border-left: solid 10px white;
    border-right: solid 10px white;
    animation: spin 3s ease infinite;
}

/***    MAP ZOOM CONTROLS    ***/
.kp-zoom-control-cont {
    margin-right: 50px !important;
    margin-top: 50px !important;
    background-color: #FFF;
    border-radius: 3px !important;
    box-shadow: none !important;
    border: none !important;
    overflow: hidden;
}

.kp-zoom-control-cont.vertical {
    margin-right: 25px !important;
    margin-top: 40px !important;
}

.kp-zoom-control {
    width: 32px;
    height: 32px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 8px;
}

.kp-zoom-in {
    background-image: url(../img/zoom_in.svg);
}

.kp-zoom-out {
    background-image: url(../img/zoom_out.svg);
    border-top: 1px solid #353535;
}

/***    FILTER BLOCK    ***/
#filter {
    background: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -360px;
    width: 300px;
    padding: 0px 30px 30px 30px;
    transition: all 0.25s;
    z-index: 2001;
    overflow-y: hidden;
}

#filter.opened:not(.vertical) {
    border-radius: 10px;
    width: 300px;
    right: 19%;
}

#filter.closed:not(.vertical) {
    width: 300px;
    right: -360px;
}

#filter.opened.vertical {
    left: 0px;
    width: auto;
    right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#filter.closed.vertical {
    width: 0px;
    right: -60px;
    padding-left: 0px;
    padding-right: 0px;
}

#filter_scroll {
    position: absolute;
    top: 80px;
    right: 10px;
    bottom: 30px;
    width: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

#filter_scroll_child {
    position: relative;
    width: 6px;
    margin-right: -6px;
}

#filter_block {
    position: absolute;
    padding: 30px;
}

#filter_block.vertical {
    left: 20px;
    right: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
}

#filter_close {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 900;
    height: 35px;
    align-items: center;
}

#filter_close_btn {
    width: 32px;
    height: 32px;
}

#filter_block > div:nth-child(2) {
    margin-top: 10px;
}

#filter_block > table {
    border-collapse: collapse;
} 

#filter_block > table img {
    height: 40px;
    width: 40px;
    margin-left: 6px;
    margin-right: 6px;
}

.kp-filter-other-plug {
    display: block;
    max-height: 0px;
    overflow-y: hidden;
    transition: max-height .25s;
}

#filter_power_cont {
    width: 90%;
}

#filter_power_cont.vertical {
    width: 80%;
}

#filter_available {
    margin-top: 6px;
}

#filter_available_label {
    vertical-align: super;
    margin-left: 6px;
}

#filter_ok_btn {
    margin-top: 48px; 
}

/***    CHARGE STATION INFORMATION BLOCK    ***/
#info {
    background: #FFF;
    position: absolute;
    top: 141px;
    bottom: 20px;
    left: -5000px;
    width: 33.333%;
    min-width: 440px;
    z-index: 2000;
    transition: all 0.25s;
    overflow-y: hidden;
}

#info.vertical {
    top: 0px;
    bottom: 0px;
    width: auto;
    min-width: inherit;
}

#info.opened:not(.vertical) {
    border-radius:10px;
    left: 20px;
}

#info.opened.vertical {
    left: 0px;
    right: 0px;
}
#info.information{
    top: auto;
}
#info.mobile-inf{
    height: 204px;
}

#info_scroll {
    width: 7px;
    position: absolute;
    top: 90px;
    left: 92%;
    bottom: 20px;    
    overflow-y: auto;    
}

#info_scroll_child {
    position: relative;
}

#info_block {
    right: 20px;
    left: 0px;
    position: absolute;
    padding: 40px;
}

#info_block.vertical {
    padding: 40px 20px;
}

#info_title_vertical {
    font-size: 23px;
    font-weight: 800;
    margin-top: 10px;
}

#info_title_vertical.vertical {
    display: block;
}

#info_title_vertical > div:first-child {
    height: 40px;
    line-height: 42px;
}

#info_title_vertical > .kp-separator {
    margin-top: 10px;
    margin-bottom: 23px;
}

#info_close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
}

#info_close.vertical {
    top: 50px;
}

#info .kp-separator {
    width: 80%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#info_loader {
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    width: 64px;
    height: 64px;
}

.kp-info-plug-block {
    display: flex;
    flex-wrap: wrap;
}

.kp-info-plug-item {
    display: flex;
    flex-basis: 50%;
    margin-bottom: 6px;
}

.kp-info-plug-item.vertical {
    flex-basis: 100%;
    margin-bottom: 15px;
}

.kp-info-plug-item > img:first-child {
    height: 50px;
}

.kp-info-plug-avail {
    color: green;
}

.kp-info-plug-noavail {
    color: red;
}

.kp-info-nearby {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.kp-info-nearby > span:last-child {
    font-weight:700;
}

/***    CUSTOM VERTICAL SCROLLBAR    ***/
.kp-scroll::-webkit-scrollbar {
    width: 6px;
}

.kp-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #DDD;
    border-radius: 3px;
}

.kp-scroll::-webkit-scrollbar-thumb {
    background: #0086ee; 
    border-radius: 3px;
}

.kp-scroll::-webkit-scrollbar-thumb:hover {
    background: black; 
}

/***    CUSTOM CHECKBOX INPUT    ***/
input[type=checkbox].kp-checkbox {
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    margin: 0;
    height: 20px;
    width: 20px;
    border: 0;
    outline: 2px solid #e1dede;
    background-color: transparent;
    border-radius:15px;
}

input[type=checkbox].kp-checkbox:checked {
    background: #0086ee;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    outline: 0;
}

/*** CUSTOM SLIDER/RANGE INPUT    ***/
input[type=range].kp-range {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    margin-top: -7px;
}

@-moz-document url-prefix() {
    input[type=range].kp-range {
        margin-top: -15px;
    }
}

input[type=range].kp-range:focus {
    outline: none;
}

input[type=range].kp-range::-ms-track {
    width: 100%;
    cursor: pointer;

    background: transparent; 
    border-color: transparent;
    color: transparent;
}

input[type=range].kp-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: 3px solid #b48cdc;
    height: 19px;
    width: 19px;
    border-radius: 9px;
    background: #ffffff;
    cursor: pointer;
    margin-top: -8px;
}

input[type=range].kp-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    border: 3px solid #b48cdc;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

input[type=range].kp-range::-ms-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: 3px solid #b48cdc;
    height: 19px;
    width: 19px;
    border-radius: 9px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range].kp-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b48cdc;
    border-radius: 1px;
}

input[type=range].kp-range:focus::-webkit-slider-runnable-track {
    background: #b48cdc;
}

input[type=range].kp-range::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b48cdc;
    border-radius: 1px;
}

input[type=range].kp-range::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    color: transparent;
}

input[type=range].kp-range::-ms-fill-lower {
    background: #b48cdc;
    border-radius: 0.5px;
}

input[type=range].kp-range:focus::-ms-fill-lower {
    background: #b48cdc;
}

input[type=range].kp-range::-ms-fill-upper {
    background: #b48cdc;
    border-radius: 0.5px;
}

input[type=range].kp-range:focus::-ms-fill-upper {
    background: #b48cdc;
}

.kp-range-ticks, .kp-range-labels {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 2px;
}

.kp-range-ticks {
    margin-top: 8px;
}

.kp-range-tick {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #b48cdc;
}

.kp-range-label {
    color: transparent;
    white-space: nowrap;
}

.kp-range-label:not(:first-child):not(:last-child) {
    flex: 1;
    text-align: left;
}

.kp-range-labels:last-child {
    direction: rtl;
}

/***    CUSTOM SLIDER CHECKBOX    ***/
.slider-container {
    position: relative;
    display: inline-block;
    min-width: 35px;
    width: 40px;
    height: 18px;
    border: 2px solid #e1dede;
    border-radius: 20px;
    transition: background-color .3s;
    cursor: pointer;
}

.slider {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #0086ee;
    transition-property: all;
    transition-delay: 0s;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

.slider-container.slide {
    background-color: transparent;
}

.slider-container.slide > .slider {
    right: 100%; 
    transform: translate(100%, 0);
}

/***    OTHER CLASSES    ***/
.kp-button {
    border-radius: 32px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0086ee;
    color: white;
    cursor: pointer;
    font-weight: 700;
    padding: 16px 48px;
    text-align: center;
    display: table;
    position: relative;
    user-select: none;
    border: none;
    text-transform: uppercase;
}

.kp-button.vertical {
    display: block;
}

.kp-button-close {
    cursor: pointer;
    z-index: 1000;
    background-image: url(../img/closefulli.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.kp-button-close-info{
    cursor: pointer;
    z-index: 1000;
    background-image: url(../img/closefulliInfo.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.kp-title {
    font-weight: 800;
    margin-bottom: 6px
}

.kp-title.vertical {
    margin-bottom: 12px;
}

.kp-separator {
    height: 1px;
    background: #E1DEDE;
    border-radius: 1px;
}

.kp-separator.vertical {
    margin-bottom: 18px;
    width: 90%;
}

.kp-clickable-text {
    color:#0086ee;
    font-size: 10px;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 16px;
    margin-bottom: -6px;
    text-align: center;
    cursor: pointer;
}

/***    LOADER    ***/
.kp-loader {
    display: none;
    border-radius: 50%;
    border-left: solid 10px #b48cdc;
    border-right: solid 10px #b48cdc;
    animation: spin 3s ease infinite;
}

.kp-button-nav{
    cursor: pointer;
    font-weight: 700;
    width: 26%;
    background-color: #0086ee;
    color: #FFF;
    margin-right: auto;
    text-align: center;
    padding: 3px 1px;
    border-radius: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(1080deg); }
}

/***    RESPONSIVE    ***/
@media screen and (max-width: 1280px) {

    /***    HEADER ELEMENTS    ***/
    .kp-header-text {
        font-size: 26px;
        line-height: 36px;
        top: 45px;
    }

    #search_city {
        font-size: 17px;
        line-height: 28.5px;
    }
    #search_city_button{
        left:111%;
    }

}

@media screen and (max-width: 1000px) {

    /***    HEADER ELEMENTS    ***/
    .kp-header-text {
        font-size: 20px;
        line-height: 30px;
        top: 48px;
    }

    #search_city_button{
        left:119%;
    }

}

@media screen and (max-width: 900px) {

    /***    HEADER ELEMENTS    ***/
    .kp-header-text {
        font-size: 18px;
        line-height: 28px;
        top: 49px;
    }

    #search_city_cont {
        right: 242px;
    }

    #search_city {
        font-size: 14px;
        line-height: 30px;
        padding: 12px 20px;
    }

    #filter_btn_text {
        font-size: 16px;
    }

    #filter_btn_text > img {
        margin-right: 3px;
        height: 20px;
    }

    #itineraire_btn {
        right: 104px;
    }

    /***    MAP & MODAL BLOCK    ***/
    .kp-zoom-control-cont {
        margin-right: 30px;
        margin-top: 30px;
    }

    #search_city_button{
        left:120%;
    }

    #filter_btn_text{
        display:none;
    }

    #filter_btn_img{
        background-size: 49px;
        right: 19px;
    }

}

@media screen and (max-width: 820px) {

    /***    HEADER ELEMENTS    ***/
    .kp-header-text {
        font-size: 17px;
        line-height: 27px;
        top: 49.5px;
    }

}

@media screen and (max-width: 600px) {

    /***    HEADER ELEMENTS    ***/
    #search_city_button{
        left:113%;
    }

    #search_city{
        font-size:9px;
    }

    #header{
        width:100%;
        margin:0;
    }


    #filter_btn_text{
        display:none;
    }

    #filter_btn_img{
        background-size: 54px;
        right: 19px;
    }
    #filter.opened:not(.vertical){
        right: 0;
    }



}


@media screen and (max-width: 500px) {
    /***    HEADER ELEMENTS    ***/
    #header{
        width:100%;
        margin:0;
    }

    #search_city_button{
        left:119%;
    }

    #info{
        width: 100%;
        min-width: 100%;
    }

    #info_block{
        padding:10px;;
    }
    #slide-detail{
        display: block;
    }

    #title-prise{
        display:none;
    }


    #title-tarif{
        display:none;
    }

    #title-borneProxi{
        display:none;
    }

    #detail-tarif{
        display:none;
    }


    .kp-info-nearby{
        display:none;
    }

    #info-avail{
        display:none;
    }

    .kp-info-plug-item{
        flex-basis: 26%;
    }
    #info.opened:not(.vertical){
        font-size: 13px;
        left:0px;
    }

    #info_close{
        top: -4px;
        right: -6px;
    }



    #info .kp-separator{
        display:none;
    }

    .kp-info-plug-item{
        margin-bottom:0;
    }

    #info_nav{
        display:block;
    }

    #info_scroll{
        display: none;
        top:82%;
    }
}

@media screen and (max-width: 470px) {

    /***    HEADER ELEMENTS    ***/

    #search_city_button{
        left:138%;
    }

}



@media screen and (max-width: 400px) {
    #filter_btn_text.vertical {
        right: 18px;
    }

    #itineraire_btn.vertical {
        right: 18px;
        top: 12px;
    }

}


@media screen and (max-width: 370px) {

    /***    HEADER ELEMENTS    ***/

    #search_city_button{
        left:185%;
    }

}

.cluster {
    background-image: url(../img/stationBlue.svg);
    background-size: 46px;
    background-repeat: no-repeat;
    background-position: center;
    width: 62px;
    height: 68px;
    line-height: 62px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.cluster span {
    margin: auto;
}

.step {
    padding: 10px;
    width: 94%;
}

.step table {
    width: 100%
}

p.kp-title{
    font-weight: 800;
    margin-bottom: 6px;
    margin-top: 1px;
}

#filter_block > .kp-separator{
    margin-top: 20px;
    margin-bottom: 20px;
}

.pac-container {
    z-index: 3000;
}

.pac-target-input{
    width: 80%;
}

.kp-input {
    border:1px solid #D2D2D2;
    padding: 6px 12px;
    background-color: #FFF;
    opacity: 0.8;
    font-size: 16px;
}

#iti_block > .kp-title {
    font-size: 17px;
}

