html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    width: 100%;
    height: 100%;
}

::-webkit-scrollbar {
    width: .25rem;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
    border-radius: .5rem;
    background-color: rgba(0, 0, 0, .3);
}

.content {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 82%;
    width: calc(100% - 18rem);
    height: 100%;
    background-color: #f1eee8;
}

.content__map {
    width: 100%;
    height: 100%;
}
/*
┌─────────────────────────────────────────────────────────────────────────────┐
│ ██▓▒░ APP CARTO ░▒▓████████████████████████████████████████████████████████ │
└─────────────────────────────────────────────────────────────────────────────┘
*/

.leaflet-control-attribution {
    /* sorry */
    
    display: none;
}

#map_content .leaflet-control-zoomslider {
    margin: 1rem;
    padding: 0;
    border: 0;
}

#map_content .leaflet-control-zoomslider-in {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../img/map_sliderzoom_plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#map_content .leaflet-control-zoomslider-out {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../img/map_sliderzoom_moins.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#map_content .leaflet-control-zoomslider a {
    font-size: 2.5rem;
    line-height: 1;
    width: 2.5rem;
    height: 2.5rem;
}

#map_content .leaflet-control-zoomslider-body {
    width: .3rem;
    border-radius: .3rem;
    background-color: #fff;
    box-shadow: 0 0 .25rem rgba(0, 0, 0, .5);
}

#map_content .leaflet-control-zoomslider-knob {
    top: -.2rem;
    left: -.37rem;
    width: 1rem;
    height: 1rem;
    border: 2px solid #fff;
    border-radius: 1rem;
    background-color: #59585d;
    box-shadow: 0 0 .25rem rgba(0, 0, 0, .5);
}

#btnResteViewMap {
    margin-top: 1rem;
    border: 0;
    background-color: transparent;
    background-image: url(../img/map_sliderzoom_actualiser.png);
    background-size: contain;
}

.map__poi {}

.map__poi__icon {
    width: 64px;
    height: 64px;
    margin-top: -50px;
    margin-left: -26px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
    position: relative;
}

.map__poi__label {
    font-size: 0.6rem;
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
    padding: 0.2rem 0.5rem;
    display: block;
    text-align: center;
    position: absolute;
    left: -1rem;
    top: 100%;
    width: 6rem;
    border-radius: 0.5rem;
    max-height: 2.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 0.8rem;
    text-shadow: 0 1px 0 #fff, 0 1px 2px #fff;
}
/*
┌─────────────────────────────────────────────────────────────────────────────┐
│ ██▓▒░ MENU iTEMS ░▒▓███████████████████████████████████████████████████████ │
└─────────────────────────────────────────────────────────────────────────────┘
*/

.menu {
    font-family: 'Hammersmith One', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 18%;
    width: calc(0% + 18rem);
    height: 100%;
    background-color: #f9c981;
    background-image: url(../img/menu_fond.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% auto;
}

.menu__logo {
    font-family: 'Open Sans', sans-serif;
    font-size: .8rem;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
    text-decoration: underline;
    color: #9f6000;
}

.menu__logo__cadre {
    position: relative;
    margin: .5rem;
    padding: 1.5rem 4rem;
    border: 1px solid #C6A066;
    border-radius: 2px;
    background-color: #fff;
}

.menu__logo__cadre:after {
    position: absolute;
    bottom: -1rem;
    left: 0;
    display: block;
    width: 100%;
    height: 1rem;
    content: '';
    background-image: url(../img/menu_fond_ombre.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% 100%;
}

.menu__logo__img {
    display: block;
    width: 100%;
    height: auto;
}

.menu__items__li {
    position: relative;
    display: block;
    margin: .5rem;
    margin-bottom: 1rem;
    border: 1px solid #C6A066;
    border-radius: 2px;
}

.menu__items__li:after {
    position: absolute;
    bottom: -1rem;
    left: 0;
    display: block;
    width: 100%;
    height: 1rem;
    content: '';
    background-image: url(../img/menu_fond_ombre.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% 100%;
}

.menu__items__li__link {
    font-size: 1rem;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 2.5rem;
    cursor: pointer;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    text-transform: uppercase;
    color: #f59004;
    background-color: #fff;
}

.menu__items__li__link.opened {
    color: #fff;
    background-color: #f59004;
}

.menu__items__li__link__txt {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 85%;
    width: calc(100% - 3rem);
    padding-top: .2rem;
    padding-left: .75rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu__items__li__link:after {
    position: absolute;
    top: 10%;
    right: 0;
    display: block;
    width: 2.75rem;
    height: 80%;
    content: '';
    border-left: 1px solid #f9c981;
    background-image: url(../img/menu_arrow_orange.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 1rem;
}

.menu__items__li__link.opened:after {
    border-left: 1px solid #f59004;
    background-image: url(../img/menu_arrow_white.png);
}

.menu__items__li__link + .menu__items__filters {
    z-index: 1;
    overflow: hidden;
    height: 0;
    /*max-height: 20rem;
    max-height: 70vh;*/
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    opacity: 0;
}

.menu__items__li__link.opened + .menu__items__filters {
    overflow-y: auto;
    opacity: 1;
}


.menu__items__filters{
    position: relative;
    display: block;
}

.menu__items__filters__li{
    position: relative;
    display: block;
}

.menu__items__filters__li__link{
    display: block;
    padding: 0.4rem 0.5rem;
    color: #FFF;
    background-color: rgba(0,0,0,.3);
}
.menu__items__filters__li__link__txt{
    font-size: 0.9rem;
}





.menu_items_reset {
    font-size: 1rem;
    position: relative;
    z-index: 2;
    display: block;
    margin: .5rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding: .6rem 2rem .5rem .8rem;
    cursor: pointer;
    text-transform: uppercase;
    color: #f59004;
    border: 1px solid #C6A066;
    border-radius: 2px;
    background-color: #fff;
    background-image: url(../img/rafraichir.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: auto 1rem;
}

.menu_items_reset:after {
    position: absolute;
    bottom: -1rem;
    left: 0;
    display: block;
    width: 100%;
    height: 1rem;
    content: '';
    background-image: url(../img/menu_fond_ombre.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% 100%;
}
/*
┌─────────────────────────────────────────────────────────────────────────────┐
│ ██▓▒░ MENU SUB iTEMS ░▒▓███████████████████████████████████████████████████ │
└─────────────────────────────────────────────────────────────────────────────┘
*/

.menu__subitems__li {
    position: relative;
    z-index: 2;
    display: block;
    background-color: #fff;
}

.menu__subitems__li__label {
    display: block;
    width: 100%;
    height: 2.0rem;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    transition: all .5s ease;
    text-transform: uppercase;
    color: #c67300;
    border-bottom: 1px solid #e1d5c5;
    background-color: #fff;
    background-image: url(../img/menu_checkbox_null.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: auto 0.8rem;
}

.menu__subitems__li__label:hover {
    color: #c67300;
    background-color: #ffe3be;
}

.menu__subitems__li__label__txt {
    font-size: .8rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding-right: 3rem;
    padding-left: .75rem;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Open Sans";
    font-size: 0.7rem;
}

.menu__subitems__li__checkbox, .menu__subitems__li__checkbox-allBtn {
    display: none;
}

.menu__subitems__li__checkbox:checked + .menu__subitems__li__label, .menu__subitems__li__checkbox-allBtn:checked + .menu__subitems__li__label{
    background-image: url(../img/menu_checkbox_checked.png);
}
/*
┌─────────────────────────────────────────────────────────────────────────────┐
│ ██▓▒░ POPUP MAP ░▒▓████████████████████████████████████████████████████████ │
└─────────────────────────────────────────────────────────────────────────────┘
*/

.content__popup {
    position: absolute;
    z-index: 5;
    top: auto;
    bottom: 4.5rem;
    left: .5rem;
    width: 25rem;
    border-radius: 2px 2px 2px 0;
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .5));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .5));
}

.content__popup:after {
    position: absolute;
    bottom: -2rem;
    display: table;
    clear: both;
    width: 2rem;
    height: 2rem;
    content: '';
    background-image: url(../img/popup_pic.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.content__popup__header {
    padding: .5rem .8rem;
    border-radius: 2px;
    background-color: #f59004;
}

.content__popup__header:after {
    display: table;
    clear: both;
    content: '';
}

.content__popup__title {
    font-family: 'Hammersmith One', sans-serif;
    line-height: 1.25rem;
    float: left;
    width: 80%;
    width: calc(100% - 1.25rem);
    padding-top: .3rem;
    text-transform: uppercase;
    color: #fff;
}

.content__popup__btnclose {
    float: left;
    width: 20%;
    width: calc(0% + 1.25rem);
    height: 1.25rem;
    cursor: pointer;
    text-align: right;
}

.content__popup__btnclose:before {
    font-size: 1.65rem;
    content: '×';
    color: #fff;
}

.content__popup__colfull {
    width: 100%;
    padding: 1rem;
}

.content__popup__col1 {
    float: left;
    width: 40%;
    padding: 1rem;
}

.content__popup__thumb {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.content__popup__linkpdf {
    /*font-family: 'Hammersmith One', sans-serif;*/
    
    font-family: 'Open Sans', sans-serif;
    font-size: .7rem;
    line-height: 2rem;
    display: block;
    overflow: hidden;
    margin-bottom: .8rem;
    padding-left: 2.0rem;
    text-decoration: none;
    color: #666;
    background-image: url(../img/ico_pdf.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 1.7rem auto;
}
.content__popup__linkvideo {
    /*font-family: 'Hammersmith One', sans-serif;*/
    
    font-family: 'Open Sans', sans-serif;
    font-size: .7rem;
    line-height: 2rem;
    display: block;
    overflow: hidden;
    margin-bottom: .8rem;
    padding-left: 2.0rem;
    text-decoration: none;
    color: #666;
    background-image: url(../img/ico_video.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 1.7rem auto;
}

.content__popup__col2 {
    float: left;
    width: 60%;
    padding: 1rem;
}

.content__popup__subtitle {
    font-family: 'Hammersmith One', sans-serif;
    margin-bottom: .2rem;
    text-transform: uppercase;
    color: #f59004;
}

.content__popup__list {
    font-size: .8rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    color: #666;
}

.content__popup__list__item:before {
    content: '- ';
}

.content__popup__link {
    font-size: .8rem;
    font-weight: bold;
    display: block;
    margin-bottom: .6rem;
    text-decoration: underline;
    color: #666;
}

.content__popup__btn {
    font-family: 'Hammersmith One', sans-serif;
    position: relative;
    display: block;
    width: 8rem;
    margin-top: 1rem;
    margin-right: 0;
    margin-left: auto;
    padding: .5rem 0 .4rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    background-color: #f59004;
    cursor: pointer;
    clear: both;
}

.content__popup__btn:after {
    position: absolute;
    bottom: -.5rem;
    left: -.5rem;
    display: block;
    width: 9rem;
    height: .5rem;
    content: '';
    color: #f0f;
    background-image: url(../img/menu_fond_ombre.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
}

.content__popup__btn.disabled {
    cursor: not-allowed;
    background-color: #666;
}

.content__popup__btn.success {
    cursor: auto;
    background-color: #7ed825;
}
/*
┌─────────────────────────────────────────────────────────────────────────────┐
│ ██▓▒░ POPUP FORM ░▒▓███████████████████████████████████████████████████████ │
└─────────────────────────────────────────────────────────────────────────────┘
*/

.popup {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    background-image: url(../img/fond_dot.png);
    display: none;
    opacity: 0;
    -webkit-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}

.popup.visible {
    display: block;
    opacity: 1;
}

.popup__form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 2rem #000;
}

.popup__form__header {
    padding: .5rem .8rem;
    border-radius: 2px;
    background-color: #f59004;
}

.popup__form__header:after {
    display: table;
    clear: both;
    content: '';
}

.popup__form__title {
    font-family: 'Hammersmith One', sans-serif;
    line-height: 1.25rem;
    float: left;
    width: 80%;
    width: calc(100% - 1.25rem);
    padding-top: .3rem;
    text-transform: uppercase;
    color: #fff;
}

.popup__form__btnclose {
    float: left;
    width: 20%;
    width: calc(0% + 1.25rem);
    height: 1.25rem;
    cursor: pointer;
    text-align: right;
}

.popup__form__btnclose:before {
    font-size: 1.65rem;
    content: '×';
    color: #fff;
}

.popup__form__content {
    width: 100%;
    padding: 1rem;
}

.popup__form__content__label {
    font-size: .8rem;
    color: #666;
}

.popup__form__content__input {
    font-family: 'Open Sans', sans-serif;
    font-size: .8rem;
    display: block;
    clear: both;
    width: 100%;
    height: 2.2rem;
    margin: 1rem 0;
    padding: .4rem .8rem;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2px;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
}

.popup__form__content__input.bad {
    background-image: -webkit-linear-gradient(top, #fff 0%, #ffc0c0 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #ffc0c0 100%);
}

.popup__form__content__select {
    font-family: 'Open Sans', sans-serif;
    font-size: .8rem;
    display: block;
    height: 2.2rem;
    margin-bottom: 1rem;
    padding: .4rem .8rem;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
}

.popup__form__content__label.civilite,
.popup__form__content__label.birthday {
    line-height: 2.1rem;
    position: relative;
    display: block;
    float: left;
    width: 20%;
    padding-left: .7rem;
    border: 1px solid rgba(0, 0, 0, .2);
    border-right: 0;
    border-radius: 2px;
}

.popup__form__content__label.civilite + .popup__form__content__select {
    float: right;
    width: 80%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2px;
}

.popup__form__content__label + .popup__form__content__input {
    margin-top: .25rem;
}

.popup__form__content__label.birthday {
    width: 40%;
}

.popup__form__content__label.birthday + .popup__form__content__input {
    float: right;
    clear: none;
    width: 60%;
    margin: 0;
    margin-bottom: 1rem;
}

.popup__form__content__input#ftown {
    /*float: left;
    width: 60%;
    border-right: 0;
    margin-top: 0;*/
}

.popup__form__content__input#fzip {
    float: right;
    width: 40%;
    clear: none;
    margin-top: 0;
}