@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?m31zq6');
  src: url('../fonts/icomoon.eot?m31zq6#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?m31zq6') format('truetype'), url('../fonts/icomoon.woff?m31zq6') format('woff'), url('../fonts/icomoon.svg?m31zq6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play:before {
  content: "\e907"; }

.icon-close:before {
  content: "\e906"; }

.icon-news-list:before {
  content: "\e900"; }

.icon-news-slide:before {
  content: "\e901"; }

.icon-next:before {
  content: "\e902"; }

.icon-prev:before {
  content: "\e903"; }

.icon-search:before {
  content: "\e904"; }

.icon-up:before {
  content: "\e905"; }

#map, #gmap, #wrapper_gmap {
  height: 841px;
  min-height: 841px !important;
  margin: 0;
  padding: 0;
  background: #231f20;
  font-family: 'Montserrat', sans-serif; }

#wrapper_map {
  width: 100%;
  height: 841px; }

#wrapper_retour {
  /*
   position: fixed;
   top: 0;
   left: 0;
   width: 600px;
   height: 120px;
   */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #231f20;
  text-decoration: none;
  padding: 20px 10px; }
  #wrapper_retour .logo, #wrapper_retour .text {
    display: flex;
    align-items: center;
    justify-content: center; }
  #wrapper_retour .logo {
    margin-bottom: 10px;
    max-width: 150px;
    max-height: 50px; }
    #wrapper_retour .logo img {
      max-width: 100%;
      max-height: 100%; }
  #wrapper_retour .text {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase; }
    #wrapper_retour .text i {
      margin-right: 15px;
      font-size: 1.5em;
      color: #fff; }
  @media (max-width: 768px) {
  #wrapper_retour .text {
    width: 100%;
    padding: 10px 0; }
    #wrapper_retour .text i {
      font-size: 18px; } }

.categories_icon {
  width: 32px;
  height: 32px; }
  .categories_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

#liste-points {
  display: none; }

.marker-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #707070;
  border-radius: 100%;
  border: 4px solid #fff; }
  .marker-cluster span {
    font-size: 18px;
    font-weight: 700;
    color: #fff; }

.leaflet-marker-icon {
  font-size: 32px;
  line-height: 1;
  color: #707070;
  transition: all 0.5s ease; }
  .leaflet-marker-icon.open {
    color: #707070; }

.leaflet-container a {
  font: normal normal bold 14px/18px 'Montserrat', sans-serif;
  color: #707070; }
  .leaflet-container .leaflet-control-attribution a, .leaflet-container .leaflet-control-scale a {
    font: normal normal normal 11px/16px 'Montserrat', sans-serif;
    color: #0c0c0c; }

.leaflet-popup-content-wrapper {
  background: #0c0c0c;
  border: 1px solid #af9c66;
  border-radius: 10px; }

.leaflet-popup-content, .data_fiches {
  font: normal normal normal 14px/18px 'Montserrat', sans-serif;
  color: #fff;
  margin: 10px; }
  .leaflet-popup-content .head-img, .data_fiches .head-img {
    height: 120px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .leaflet-popup-content .inner, .data_fiches .inner, .leaflet-popup-content .map_desc_fiche, .data_fiches .map_desc_fiche {
    padding: 0; }
    .leaflet-popup-content .inner img, .data_fiches .inner img, .leaflet-popup-content .map_desc_fiche img, .data_fiches .map_desc_fiche img {
      max-width: 100%;
      height: auto; }
  .leaflet-popup-content .map_title_fiche, .data_fiches .map_title_fiche {
    font: normal normal normal 18px/24px 'Palatino'; }

.leaflet-popup-close-button {
  display: none; }

.leaflet-pane.leaflet-marker-pane img.leaflet-marker-icon {
  border-radius: 40px;
  background-color: transparent;
  color: #fff;
  padding: 10px;
  border-radius: 10px; }

#controls {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 400px;
  background: #707070;
  min-height: 100%;
  box-shadow: 0px 13px 60px 0px rgba(38, 38, 38, 0.4); }
  #controls .notice {
    padding: 0 25px;
    color: #fff; }

#controls_toggler {
  position: absolute;
  right: -23px;
  top: 0;
  display: block;
  width: 23px;
  height: 31px; }

#themes {
  list-style-type: none;
  margin: 0;
  padding: 0; }

LI.theme {
  margin-bottom: 30px;
  padding: 0;
  font-size: 1.2rem;
  color: #fff;
  text-align: left; }
  @media (min-width: 1004px) {
  LI.theme {
    padding-left: 100px; } }
  LI.theme label {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer; }
  LI.theme span {
    margin-left: 12px; }

input[type=radio] {
  position: absolute;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  outline: none;
  right: 0;
  height: 30px;
  width: 30px;
  margin: 0;
  border-radius: 100%;
  opacity: 0; }
  input[type=radio]:checked {
    display: none; }
    input[type=radio]:checked + span, input[type=radio]:checked + span + span {
      color: #d80027;
      font-weight: bold; }

.data_fiches {
  display: none; }

.sub_themes {
  list-style-type: none;
  margin: 0 0 0 15px;
  padding: 0; }

li.sub_theme {
  padding-left: 30px;
  margin: 10px 0; }
  li.sub_theme span {
    font-size: 15px;
    line-height: 20px; }
  li.sub_theme .icon-fleche {
    transform: rotate(-90deg); }

#frm_controls {
  padding: 0 20px;
  margin-top: 25px; }
/* Animations */
#gmap.full_map {
  margin-left: 0; }

#controls.full_map {
  left: -200px; }
/* chargement */
#loading {
  display: none; }

#loading.progress {
  display: block;
  background: url(/images/ajax-loader.gif) center center no-repeat rgba(256, 256, 256, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

a {
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  font-size: 1.2rem; }

#controls ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside; }

.pic_theme_map {
  display: block;
  width: 55px;
  height: 51px;
  position: absolute;
  left: -55px;
  top: 0; }

.theme_piste .pic_theme_map {
  left: -55px;
  top: 10px; }

.theme_piste {
  border-bottom: 0px; }

.no_desk {
  display: none; }

@media (max-width: 768px) {
  /* Filtres */
  /* Google map */
  /* Bouton retour */
    .no_phone {
      display: none; }
    #controls {
      top: 0;
      width: 100%;
      left: 0;
      background: #707070;
      border-bottom: 2px solid #ded8cd;
      border-right: 0;
      padding: 0px 0 10px 0;
      min-height: 0; }
    #frm_controls, .mask_onclick {
      margin: 5px 0;
      height: 0;
      overflow: hidden; }
    #frm_controls.show, .mask_onclick.show, .mask_onclick.show #frm_controls {
      height: auto; }
    .btn_filter {
      display: block;
      background: #707070;
      color: #fff;
      text-transform: uppercase;
      padding: 5px 10px;
      text-align: center;
      font-size: 17px;
      margin: 0 auto;
      cursor: pointer; }
    #gmap {
      margin-left: 0;
      border: none;
      width: 100%; }
    a .wrapper_retour {
      text-align: center;
      background-color: #231f20;
      height: 100px; }
    .wrapper_retour .lnk_back {
      display: inline;
      background: none;
      color: #494846;
      font-size: 14px;
      border: none;
      height: auto;
      width: auto;
      padding: 0;
      margin: 0; }
    .wrapper_retour .lnk_back .txt_white {
      color: #494846;
      font-size: 14px;
      text-transform: none;
      text-decoration: underline;
      font-weight: normal; }
    #wrapper_retour {
      padding: 20px 30px; }
    #themes .theme {
      text-align: center; } }

#search-panel {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -125px;
  background: #fff;
  z-index: 100;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: none; }

#search-panel #searchTextField {
  width: 230px; }

.inputs label {
  margin-right: 10px; }

.locate_me {
  display: block;
  background: #707070;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: center;
  font-size: 17px;
  margin: 10px auto;
  cursor: pointer; }

.wrapper_dist {
  margin: 5px 0 0 0;
  padding: 15px 15px 15px 40px;
  background-color: #eeb935;
  color: #005594; }
  .wrapper_dist .infos {
    line-height: 1.2;
    position: relative; }
    .wrapper_dist .infos:before {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
  .wrapper_dist .inputs {
    display: flex;
    align-items: center;
    margin-top: 15px; }
    .wrapper_dist .inputs ul {
      flex: 1 1 auto;
      margin-bottom: 0; }
      .wrapper_dist .inputs ul li {
        position: relative; }
        .wrapper_dist .inputs ul li [type="radio"]:not(:checked) label, .wrapper_dist .inputs ul li [type="radio"]:checked label {
          position: relative;
          padding-left: 15px;
          cursor: pointer; }
          .wrapper_dist .inputs ul li [type="radio"]:not(:checked) label:before, .wrapper_dist .inputs ul li [type="radio"]:checked label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 12px;
            height: 12px;
            background: #fff;
            border-radius: 2px;
            transition: all 0.275s; }
          .wrapper_dist .inputs ul li [type="radio"]:not(:checked) label:after, .wrapper_dist .inputs ul li [type="radio"]:checked label:after {
            content: '';
            position: absolute;
            left: 4px;
            top: 50%;
            width: 5px;
            height: 10px;
            border: solid #005594;
            border-width: 0 3px 3px 0; }
        .wrapper_dist .inputs ul li [type="radio"]:not(:checked) + label:after {
          opacity: 0;
          transform: scale(0) translateY(-50%) rotate(45deg); }
        .wrapper_dist .inputs ul li [type="radio"]:checked + label:after {
          opacity: 1;
          transform: scale(1) translateY(-50%) rotate(45deg); }
    .wrapper_dist .inputs #clear_btn {
      margin-left: 10px;
      background-color: #005594;
      color: #fff;
      border-radius: 20px;
      border: none;
      padding: 10px 15px;
      line-height: 1.2; }
    .wrapper_dist .inputs #adresse {
      flex: 1 1 auto;
      background-color: #fff;
      border-radius: 20px;
      border: none;
      padding: 10px 15px;
      line-height: 1.2; }
    .wrapper_dist .inputs #find_btn {
      margin-left: 10px;
      background-color: #005594;
      color: #fff;
      border-radius: 20px;
      border: none;
      padding: 10px 25px;
      line-height: 1.2; }

#controls, .leaflet-right {
  display: none !important; }

.leaflet-container .leaflet-control-attribution {
  background: #262626;
  color: rgba(255, 255, 255, 0.5); }
  .leaflet-container .leaflet-control-attribution a {
    color: rgba(255, 255, 255, 0.5); }
