:root {
    --main-bg-color: #e0753b;
}
div.container-carto {
    height: 500px;
    margin: 0;
    padding: 0;
    position: relative;
}

div.container-carto.retrecir {
    height: 800px;
}

#map {
    position: absolute;
}

.menu-ui {
    background: #fff;
    position: absolute;
    right: 0;
    padding-left: 0;
    border-radius: 6px;
    width: 300px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: url(/bundles/ayalineezleafletmap/images/bg-gray.png) repeat 0 0;
}

.menu-ui .nav {
    padding: 65px 3px 30px;
}

.menu-ui .nav li.category-item a {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 7px 7px 17px 5px;
    border-radius: 8px;
    padding: 7px 10px 7px 12px;
    text-decoration: none;
    border: 1px solid #b2ada0;
    text-transform: uppercase;
}

.menu-ui .nav li.category-item a:hover {
    background: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
}

.menu-ui .nav li.category-item a:active {
    background: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
}

.menu-ui .nav .categorie-label {
    min-height: 50px;
    font-size: 100%;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 7px 7px 20px 5px;
    border-radius: 8px;
    padding: 0 10px;
    text-decoration: none;
    border: 1px solid #b2ada0;
    text-transform: uppercase;
}

.menu-ui .nav .categorie-label h3 img {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 33px;
    height: auto;
}

.menu-ui .nav .categorie-label .nb_products_carto {
    background: var(--main-bg-color);
    color: #fff;
    padding: 4px 8px;
    border-radius: 11px;
    min-height: 10px;
    vertical-align: middle;
    margin-top: 9px;
    text-align: center;
    font-size: 12px;
    float: right;
}

.menu-ui .nav .categorie-label .tilte-critere {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    font-size: 15px;
}

.menu-ui .nav .form-group {
    position: relative;
    margin: 7px 7px 17px 5px;
    border-radius: 8px;
    border: 1px solid #b2ada0;
}

.menu-ui .nav .form-group .loop {
    content: '';
    background: url(/bundles/ayalineezleafletmap/images/picto-recherche.png) 0 0 no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 20px;
    top: 4px;
}

.menu-ui .nav .form-group .form-control {
    color: #b2ada0;
    padding: 8px 82px 8px 15px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
}

.menu-ui .nav li label {
    font-size: 13px;
    color: #fff;
    border-radius: 8px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.menu-ui .nav li label.active {
    font-weight: bold;
}

.menu-ui .nav li ul {
    padding: 9px 0px;
    border-width: 0px 0 1px 0;
    position: relative;
    padding-bottom: 8px;
}

.menu-ui .nav li ul.ng-scope::after {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background: -moz-linear-gradient(left, rgba(178, 173, 160, 1) 0%, rgba(72, 71, 67, 0.47) 73%, rgba(33, 33, 33, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(178, 173, 160, 1) 0%, rgba(72, 71, 67, 0.47) 73%, rgba(33, 33, 33, 0.95) 100%);
    background: linear-gradient(to right, rgba(178, 173, 160, 1) 0%, rgba(72, 71, 67, 0.47) 73%, rgba(33, 33, 33, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2ada0', endColorstr='#f2212121', GradientType=1);
    bottom: 0;
    position: absolute;
}

.menu-ui .nav li ul li label {
    text-transform: none;
    color: var(--main-bg-color);
    font-size: 13px;
    position: relative;
}

.menu-ui .nav li ul li label span {
    color: #b2ada0;
    font-weight: bold;
}

.menu-ui .nav li ul li label .search_remove {
    display: none;
}

.menu-ui .nav li ul li label.active .search_remove {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 0;
    margin-left: 0;
    margin-top: 0;
    vertical-align: middle;
    background: url(/bundles/ayalineezleafletmap/images/close.png);
    border: 0;
    right: -21px;
    background-size: 100%;
}

.menu-ui h2 {
    font-size: 176%;
    font-weight: 200;
    margin-top: 6px;
    float: left;
    line-height: 1.1;
    margin-left: 4.5%;
}

.menu-ui h2 a {
    display: block;
    padding: 8px 0 0;
}

.menu-ui h2 a img {
    vertical-align: middle;
}

.menu-ui .retour {
    display: inline-block;
    width: 25%;
    color: #b2ada0;
    float: right;
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    line-height: 0.9;
    padding: 17px 10px 0 0;
    margin-right: 5px;
    text-decoration: none;
    margin-top: 10px;
}

rzslider span.rz-pointer {
    background-color: var(--main-bg-color);
}

rzslider span.rz-bar.rz-selection {
    background: var(--main-bg-color);
}

rzslider span.rz-bubble, rzslider span.rz-bubble.rz-limit {
    color: #b2ada0;
}

rzslider span.rz-pointer.rz-active:after {
    background-color: #b2ada0;
}

rzslider span.rz-bar {
    background: #b2ada0;
}

.container-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 320px;
    text-align: right;
}

.container-bottom .setting_map a {
    display: inline-block;
    cursor: pointer;
    background: #fff;
    bottom: 0;
    right: 0;
    font-size: 100%;
    z-index: 9;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
    color: #b2ada0;
    font-weight: bold;
    line-height: 35px;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 -6px 11px -2px #BDBDBD;
    text-align: left;
    text-decoration: none;
}

#progress-bar-menu-item canvas, #progress-bar-menu-category canvas, #progress-bar-menu-sit canvas {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    position: absolute;
    height: 100px;
    z-index: 111111;
}

#progress-bar-menu-item, #progress-bar-menu-category, #progress-bar-menu-sit {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(142, 41, 41, 0.2);
    z-index: 1;
}

.container-bottom.active {
    background-color: #000000;
    opacity: 0.5;
}

* {
    font-family: Roboto, sans-serif;
}

li {
    list-style-type: none;
}

.check_item {
    display: none;
}

@-webkit-keyframes loaderSprite {
    from {
        background-position: 0;
    }

    to {
        background-position: -2000px;
    }
}

@-moz-keyframes loaderSprite {
    from {
        background-position: 0;
    }

    to {
        background-position: -2000px;
    }
}

@keyframes loaderSprite {
    from {
        background-position: 0;
    }

    to {
        background-position: -2000px;
    }
}

.loader {
    width: 100px;
    height: 100px;
    background-image: url("PNG_URI_GOES_HERE");
    -webkit-animation: loaderSprite 1s steps(20, end) infinite;
    -moz-animation: loaderSprite 1s steps(20, end) infinite;
    animation: loaderSprite 1s steps(20, end) infinite;
}

.navbar-toggle {
    margin-right: 6px;
    margin-top: -40px;
    margin-bottom: 0;
}

.navbar-toggle .icon-bar {
    width: 36px;
    height: 4px;
    border-radius: 0;
    background: #94877b;
    margin-top: 5px;
}

.navbar .title-menu {
    text-transform: uppercase;
    position: absolute;
    left: -52px;
    top: 15px;
}

.clear-both {
    clear: both;
}

.menu-ui .nav li.category-item > a > img {
    margin-right: 13px;
    vertical-align: middle;
    width: 26px;
    height: auto;
}

.setting_map, .initialize_map {
    display: inline-block;
    cursor: pointer;
    background: #fff;
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 9;
    text-transform: uppercase;
    padding-left: 52px;
    padding-right: 50px;
    color: #B4AFA3;
    font-weight: 500;
    font-size: 115%;
    line-height: 35px;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 -6px 11px -2px #BDBDBD;
    text-align: left;
}

.setting_map .retrecir {
    display: none;
}

.opened.setting_map .retrecir {
    display: block;
}

.opened.setting_map .agrandir {
    display: none;
}

.setting_map:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: 0 -52px;
    width: 22px;
    height: 29px;
}

.opened .picto_fleche {
    transform: rotate(0deg);
}

.picto_fleche {
    position: absolute;
    display: block;
    width: 21px;
    height: 14px;
    top: 0;
    right: 19px;
    bottom: 0;
    margin: auto;
    transform: rotate(-180deg);
}

.picto_fleche:after {
    position: absolute;
    left: 12px;
    width: 13px;
    height: 2px;
    background: #DBD8D2;
    content: '';
    -webkit-transition: -webkit-transform .3s, background-color .3s;
    -moz-transition: -webkit-transform .3s, background-color .3s;
    -ms-transition: -webkit-transform .3s, background-color .3s;
    -o-transition: -webkit-transform .3s, background-color .3s;
    transition: transform .3s, background-color .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-21%) rotate(134deg);
    -moz-transform: translateX(-21%) rotate(134deg);
    -ms-transform: translateX(-21%) rotate(134deg);
    -o-transform: translateX(-21%) rotate(134deg);
    transform: translateX(-21%) rotate(134deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    top: 0;
}

.picto_fleche:before {
    position: absolute;
    right: 6px;
    width: 13px;
    height: 2px;
    top: 1px;
    background: #DBD8D2;
    content: '';
    -webkit-transition: -webkit-transform .3s, background-color .3s;
    -moz-transition: -webkit-transform .3s, background-color .3s;
    -ms-transition: -webkit-transform .3s, background-color .3s;
    -o-transition: -webkit-transform .3s, background-color .3s;
    transition: transform .3s, background-color .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(50%) rotate(49deg);
    -moz-transform: translateX(50%) rotate(49deg);
    -ms-transform: translateX(50%) rotate(49deg);
    -o-transform: translateX(50%) rotate(49deg);
    transform: translateX(50%) rotate(49deg);
    -moz-transform: translateX(50%) rotate(49deg);
    -o-transform: translateX(50%) rotate(49deg);
    -ms-transform: translateX(50%) rotate(49deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.initialize_map {
    padding: 0 18px;
}

.initialize_map a {
    color: #B4AFA3;
    text-decoration: none;
}

.leaflet-popup-content-wrapper img {
    float: left;
    margin-right: 10px;

}

.leaflet-popup-content-wrapper p {
    margin-top: 0;

}

.leaflet-popup-content-wrapper p a {
    color: var(--main-bg-color);
}

.leaflet-popup-content-wrapper h2 {
    color: var(--main-bg-color);
    font-size: 18px;
}

.menu-ui .nav .categorie-label h3 {
    font-size: 80%;
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
}

.leaflet-bottom, .leaflet-left {
    z-index: 0;
}

.category-item > li {
    padding: 20px 20px 0 20px;
}

.menu-ui .nav > li:first-of-type {
    padding-top: 5px;
}

.sit_list li.category-item {
    padding: 20px 20px 0 20px;
}

.clear_both {
    clear: both;
}

.menu-ui .nav li ul.rz-ticks {
    padding: initial;
    border-width: 0;
    -webkit-border-image: initial;
}
.menu-ui .retour{
    float: left;
    margin-left: 7px;
    padding-top: 12px;
    text-align: left;
}
.menu-ui .nav .categorie-label .nb_products_carto {
    margin-top: -2px;
}