/* Google Map */

#autocompletePropList {
    padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: white;
}

::-moz-placeholder {
    color: white;
}

::-ms-placeholder {
    color: white;
}

::placeholder {
    color: white;
}

div.gmnoprint, div.gmnoprint, div.gm-style-cc, .gm-style div a {
  display:none !important;
}

div.gm-style div span.titleInfoWindow a {
  display: block !important;
  color: #00b0c3;
}

div.gm-style div {
  cursor: crosshair, url(https://maps.gstatic.com/mapfiles/openhand_8_8.cur) 8 8, default!important;
}

div.gm-style div div.barInfoWindow {
  border-bottom: 2px solid #333;
  width: 100px;
  padding-top: 10px;
  margin-bottom: 8px;
}

div.gm-style span.titleInfoWindow {
  font-weight: bold;
  color: #00b0c3;
}
/* POPUP CONNEXION */
.ReactModal__Overlay {
  z-index: 10000;
}

.g-recaptcha div { margin-left: auto; margin-right: auto;}

.eventDesc {
  font-size: 20px;
  color: #F4364C;
  margin-bottom: 50px;
}

/* AGENTDESCRIPTION PROPERTYDESCRIPTION*/
div.error span {
  display: block;
}

/* HEADER */

div .bm-burger-button {
  margin-top: 5px;
  margin-left: 5px;
}

/* SLIDER SEARCH */

div .slider-popup {
  margin-left: 0px;
  position: relative!important;
}

.horizontal-slider {
  position: absolute!important;
  margin-left: 40px;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  height: 26px;
}

.bar {
  position: relative;
  border-radius: 3px;
  background: #dddddd;
}
.bar.bar-1 {
  background: #bbbbbb;
}
.bar.bar-2 {
  border-radius: 3px;
  background: #dddddd;
}
.horizontal-slider .bar {
  top: 9px;
  height: 4px;
}
.horizontal-slider .handle {
  top: 3px;
  width: 15px;
  height: 15px;
  line-height: 20px;
  border-radius: 100%;
  background-color: #00b0c3;
  cursor: pointer;
}


.image-gallery, .image-gallery-content.fullscreen, .fullscreen .image-gallery-slide-wrapper.bottom, .fullscreen .image-gallery-swipe, .fullscreen .image-gallery-slides, .fullscreen .image-gallery-slide.center, .fullscreen .image-gallery {
  height: 100%;
}

.image-gallery-content.fullscreen {
  width: 75vw;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .image-gallery {
    height: 60%;
  }
  .image-gallery-content.fullscreen {
    width: 100%;
  }
}

/* DOCUMENTS TREE */
.documentsTree {
  width: 100%;
}

.documentsTree .base-UL {
  position: relative;
}

.documentsTree .base-UL > .folder {
  display: inline-block;
  width: 31%;
  min-height: 150px;
  border-radius: 5px;
  color: #FFF;
  vertical-align: top;
  line-height: 100px;
}

.documentsTree .base-UL > .folder:nth-of-type(1) {
  background-color: #00b0c3;
  margin-right: 2.5%;
}

.documentsTree .base-UL > .folder:nth-of-type(1) ul li {
  border: 2px solid #00b0c3;
}

.documentsTree .base-UL > .folder:nth-of-type(1) ul li ul li.folder {
  background-color: #00b0c3;
  color: #FFF;
  margin: 0;
}

.documentsTree .base-UL > .folder:nth-of-type(1) ul li ul li.folder ul {
  background-color: #FFF;
  color: #333;
  border-bottom: 2px solid #00b0c3;
}

.documentsTree .base-UL > .folder:nth-of-type(2) {
  background-color: #F4364C;
}

.documentsTree .base-UL > .folder:nth-of-type(2) ul li {
  border: 2px solid #F4364C;
}

.documentsTree .base-UL > .folder:nth-of-type(2) ul li ul li.folder {
  background-color: #F4364C;
  color: #FFF;
  margin: 0;
}

.documentsTree .base-UL > .folder:nth-of-type(2) ul li ul li.folder ul {
  background-color: #FFF;
  color: #333;
  border-bottom: 2px solid #F4364C;
}

.documentsTree .base-UL > .folder:nth-of-type(3) {
  background-color: #625E9B;
  margin-left: 2.5%;
}

.documentsTree .base-UL > .folder:nth-of-type(3) ul li {
  border: 2px solid #625E9B;
}

.documentsTree .base-UL > .folder:nth-of-type(3) ul li ul li.folder {
  background-color: #625E9B;
  color: #FFF;
  margin: 0;
}

.documentsTree .base-UL > .folder:nth-of-type(3) ul li ul li.folder ul {
  background-color: #FFF;
  color: #333;
  border-bottom: 2px solid #625E9B;
}

.documentsTree li {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.documentsTree li.folder {
  font-weight: 900;
}

.documentsTree li.folder .file {
  color: #333;
  font-weight: normal;
}

.documentsTree li span {
  font-size: 20px;
  width: 100%;
  padding: 5px 0;
  padding-top: 40px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}

.documentsTree li ul {
  overflow: hidden;
  transition: max-height 400ms ease-in-out 0ms;
  position: absolute;
  width: 100%;
  top: 180px;
  left: 0px;
}

.documentsTree li ul li {
  display: inline-block;
  width: 31%;
  text-align: center;
  padding: 5px;
  vertical-align: top;
  min-height: 50px;
  margin-bottom: 20px;
  color: #333;
  text-transform: uppercase;
  line-height: 45px;
}

.documentsTree li ul li:nth-of-type(3n+1) {
  margin-left: 0;
  margin-right: 2.5%;
}

.documentsTree li ul li:nth-of-type(3n+2) {
  margin-left: 0;
  margin-right: 0;
}

.documentsTree li ul li:nth-of-type(3n+3) {
  margin-left: 2.5%;
  margin-right: 0;
}

.documentsTree li ul li span {
  padding-top: 5px;
  font-size: 16px;
  /* padding: 5px 50px; */
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
}

.documentsTree li ul li ul {
  position: relative;
  top: 0;
}

.documentsTree li ul li ul li {
  display: block;
  width: 100%;
  text-align: left;
  border: none !important;
  padding: 0;
  margin-bottom: 0;
  min-height: initial;
}

.documentsTree li ul li ul li span {
  /* padding: 5px 50px; */
  font-size: 14px;
}

.documentsTree li.closed ul {
  max-height: 0;
}

.documentsTree .downloadAll {
  display: inline-block;
  font-size: 26px;
  padding: 0;
  position: absolute;
  text-align: left;
  margin: 0;
  margin-left: 10px;
  margin-top: 5px;
  width: auto;
}

ul.list-campaigns li {
  display: block;
  cursor: pointer;
  max-height: initial;
  overflow: hidden;
}

ul.list-campaigns li span {
  margin-bottom: 3px;
  display: block;
}

ul.list-campaigns li.file:hover {
  text-decoration: underline;
}

ul.list-campaigns .folder.closed {
  max-height: 28px;
}

ul.list-campaigns .folder li {
  margin-left: 15px;
}

/* DOCUMENTS TREE */

/* @-moz-document url-prefix() {
  .image-gallery-content.fullscreen {
    padding: 50% 0;
  }
}
@media screen and (min-width: 1024px) {
  @-moz-document url-prefix() {
    .image-gallery-content.fullscreen {
      padding: 10% 500px;
    }
  }
} */

section {
  position: absolute;
  width: 100%;
  z-index: 100000;
}

#filterbar .dropdown ul li {
  width: 100%;
}

  #horizontal-0,
  #horizontal-1, #horizontal-2, #horizontal-3,
  #vertical {
  }
  #horizontal-2 .bar.bar-2 {
    background: #ddd;
  }

  #bg-nested-dropdown  {
    font-size: 13px;
    height: 26px;
    padding-top: 4px;
    margin-left: 10px;
    border: none;
    border: 1px solid #ccc;
  }

  #bg-nested-dropdown2  {
    font-size: 13px;
    height: 26px;
    padding-top: 4px;
    margin-left: 10px;
    width: 115px;
    color: white;
    border: none;
    background-color: #66d4de;
    overflow: hidden;
  }

  @media screen and (max-width: 1320px) {
    #bg-nested-dropdown {
      margin-left: 10px;
    }
  }

  @media screen and (max-width: 1024px) {
    .horizontal-slider {
      position: relative!important;
      margin-left: 0px;
      display: inline-block;
      width: 100%;
      max-width: 270px;
      height: 26px;
    }

    #bg-nested-dropdown  {
      margin-left: 10px;
    }
  }

  @media screen and (max-width: 480px) {
    #bg-nested-dropdown2  {
      font-size: 11px;
      height: 24px;
      padding-top: 5px;
      width: 100px;
    }
  }




  /********************************************
  	BREAKPOINT WIDTHS
  ********************************************/
  /********************************************
  	FONTS
  ********************************************/
  /********************************************
  	COLOURS
  ********************************************/
  .carousel .control-arrow, .carousel.carousel-slider .control-arrow {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    z-index: 2;
    top: 20px;
    background: none;
    border: 0;
    font-size: 32px;
    cursor: pointer; }
    .carousel .control-arrow:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .carousel .control-arrow:before, .carousel.carousel-slider .control-arrow:before {
      margin: 0 5px;
      display: inline-block;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      content: ''; }
    .carousel .control-disabled.control-arrow {
      opacity: 0;
      filter: alpha(opacity=0);
      cursor: inherit;
      display: none; }
    .carousel .control-prev.control-arrow {
      left: 0; }
      .carousel .control-prev.control-arrow:before {
        border-right: 8px solid #fff; }
    .carousel .control-next.control-arrow {
      right: 0; }
      .carousel .control-next.control-arrow:before {
        border-left: 8px solid #fff; }

  .carousel {
    position: relative;
    height: 30vw;
    width: 100%; }
    .carousel * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .carousel button {
      outline: 0;
      border: 0;
      background: none; }
    .carousel img {
      width: 100%;
      display: inline-block;
      pointer-events: none; }
    .carousel .carousel {
      position: relative; }
    .carousel .control-arrow {
      top: 50%;
      margin-top: -13px;
      font-size: 18px; }
    .carousel .thumbs-wrapper {
      margin: 20px;
      overflow: hidden; }
    .carousel .thumbs {
      -webkit-transition: all 0.15s ease-in;
      -moz-transition: all 0.15s ease-in;
      -ms-transition: all 0.15s ease-in;
      -o-transition: all 0.15s ease-in;
      transition: all 0.15s ease-in;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      position: relative;
      list-style: none;
      white-space: nowrap; }
    .carousel .thumb {
      -webkit-transition: border 0.15s ease-in;
      -moz-transition: border 0.15s ease-in;
      -ms-transition: border 0.15s ease-in;
      -o-transition: border 0.15s ease-in;
      transition: border 0.15s ease-in;
      display: inline-block;
      width: 80px;
      margin-right: 6px;
      white-space: nowrap;
      overflow: hidden;
      border: 3px solid #fff;
      padding: 2px; }
      .carousel .thumb.selected, .carousel .thumb:hover {
        border: 3px solid #333;
        padding: 2px; }
      .carousel .thumb img {
        vertical-align: top; }
    .carousel.carousel-slider {
      position: relative;
      margin: 0;
      overflow: hidden; }
      .carousel.carousel-slider .control-arrow {
        top: 0;
        color: #fff;
        font-size: 26px;
        bottom: 0;
        margin-top: 0;
        padding: 5px; }
        .carousel.carousel-slider .control-arrow:hover {
          background: rgba(0, 0, 0, 0.2); }
    .carousel .slider-wrapper {
      overflow: hidden;
      margin: auto;
      width: 100%;
      -webkit-transition: height 0.15s ease-in;
      -moz-transition: height 0.15s ease-in;
      -ms-transition: height 0.15s ease-in;
      -o-transition: height 0.15s ease-in;
      transition: height 0.15s ease-in; }
      .carousel .slider-wrapper.axis-horizontal .slider {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex; }
        .carousel .slider-wrapper.axis-horizontal .slider .slide {
          flex-direction: column;
          flex-flow: column; }
      .carousel .slider-wrapper.axis-vertical {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex; }
        .carousel .slider-wrapper.axis-vertical .slider {
          -webkit-flex-direction: column;
          flex-direction: column; }
    .carousel .slider {
      margin: 0;
      padding: 0;
      position: relative;
      list-style: none;
      width: 100%; }
      .carousel .slider.animated {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
    .carousel .slide {
      min-width: 100%;
      margin: 0;
      position: relative;
      text-align: center;
      background: #000;
      cursor: pointer; }
      .carousel .slide img {
        width: 100%;
        vertical-align: top;
        border: 0; }
      .carousel .slide iframe {
        display: inline-block;
        width: calc(100% - 80px);
        margin: 0 40px 40px;
        border: 0; }
      .carousel .slide .legend {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: absolute;
        bottom: 40px;
        left: 50%;
        margin-left: -45%;
        width: 90%;
        border-radius: 10px;
        background: #000;
        color: #fff;
        padding: 10px;
        font-size: 12px;
        text-align: center;
        opacity: 0.25;
        -webkit-transition: opacity 0.35s ease-in-out;
        -moz-transition: opacity 0.35s ease-in-out;
        -ms-transition: opacity 0.35s ease-in-out;
        -o-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out; }
    .carousel .control-dots {
      position: absolute;
      bottom: 0;
      margin: 10px 0;
      text-align: center;
      width: 100%; }
      @media (min-width: 960px) {
        .carousel .control-dots {
          bottom: 0; } }
      .carousel .control-dots .dot {
        -webkit-transition: opacity 0.25s ease-in;
        -moz-transition: opacity 0.25s ease-in;
        -ms-transition: opacity 0.25s ease-in;
        -o-transition: opacity 0.25s ease-in;
        transition: opacity 0.25s ease-in;
        opacity: 0.3;
        filter: alpha(opacity=30);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
        background: #fff;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        cursor: pointer;
        display: inline-block;
        margin: 0 8px; }
        .carousel .control-dots .dot.selected, .carousel .control-dots .dot:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
    .carousel .carousel-status {
      position: absolute;
      top: 0;
      right: 0;
      padding: 5px;
      font-size: 10px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
      color: #fff; }
    .carousel:hover .slide .legend {
      opacity: 1; }
