body,html{
  color: #30375C;
  background: #E5E5E5;
}  
  
  .mgl-map-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
  }
  a{
    cursor: pointer;
  }

  #app .header-news br{
    display: none;
  }

  #map .mgl-map-wrapper .mapboxgl-map {
    height: 70vh;
    left: 0;
    position: initial;
    top: 0;
    width: 100%;
  }
  #map .mapboxgl-control-container{
    display: none;
  }
  #map .leaflet-bottom, .leaflet-top{
    z-index: 1 !important;
  }
  #app .twentytwenty-container .twentytwenty-arrow-left{
    top: 0.186667rem;
    left: 0.086667rem;
  }
  #app .twentytwenty-container .twentytwenty-arrow-right {
    bottom: 0.326667rem;
    left: 0.513333rem;
  }

  #app .leaflet-left{
    right: 0;
    left: unset;
    margin-top: 12px;
  }

  #app .uppercase{
    text-transform: uppercase;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 0.48em;
}


  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: lightgray; 
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  .buildImg{
    width: 100%;
  }
  
  .houseLogoOut>img{
    width: 100%;
  }

  #app .space{
    height: 120px;
  }

  #app .header-news {
    background-color: #30375C;
    color: #fff;
    padding: 10px 6%;
    text-align: right;
    font-weight: bolder;
    position: relative;
    font-size: 14px;
    height: 40px;    
    display: flex;
    justify-content: center;
    align-items: center;
  }



  #app .header-news p {
    text-align: center;
    font-weight: 300;
    margin: 0;
  }

  #app .header-news p>b {
      font-weight: 600;
  }

  #app .header-news marquee a {
      color: #30375C;
  }
  .s-list p{
    margin-bottom: 0;
  }

  #app .breadcrumb p{
    margin-bottom: 0;
  }

  #app .logoArea{
    height: 120px;
  }

  #app .vsa-item__trigger__content{
    width: 100%;
  }

  .leaflet-marker-icon[title=bigImg] {
    color: #fff;
    border: 2PX solid #0da8a6;
    border-radius: 0.08rem;
    -webkit-box-shadow: 0 0 0.266667rem #3b3b3b;
    box-shadow: 0 0 0.266667rem #3b3b3b;
  }

  .leaflet-marker-icon[title=bigImg]:hover{
    border-color: #3b3b3b;
  }

#app .leaflet-popup-content .houseShowOut{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5PX 13PX;
    color: #3b3b3b;
    font-size: 12PX !important;
    padding-bottom: 32px;
    min-height: 142px;
}
#app .leaflet-popup-content .conc{
  display: flex;
}

.leaflet-popup-content .houseLogoOut {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.houseLogoOut img {
  width: 65PX;
}
.leaflet-container a {
  color: #3887be;
  font-weight: 400;
  text-decoration: none;
}
.leaflet-popup-close-button, .map-tooltip.closable .close {
  background-position: -0.08rem -1.466667rem;
  width: 0.533333rem;
  height: 0.533333rem;
  border-radius: 0 0.08rem 0 0;
}

.leaflet-popup-content-wrapper, .map-legends, .map-tooltip {
  background: #fff;
  border-radius: 0.08rem;
  -webkit-box-shadow: 0 0.026667rem 0.053333rem rgb(0 0 0 / 10%);
  box-shadow: 0 0.026667rem 0.053333rem rgb(0 0 0 / 10%);
}
#app .leaflet-popup-content{
  padding: 0;
}

#app .service-description{
  background-image: url('images/service/bg-images.jpg');
  background-size: cover;
}

.art-list a{
  color: #2c3e50;
}


#app .vsa-item__trigger[aria-expanded=true] .vsa-item__trigger__icon--is-default:before {
   -webkit-transform: rotate(45deg) translate3d(29px,0.08rem,0); 
    transform: rotate(45deg) translate3d(29px,0.08rem,0);
}

#app .vsa-item__trigger[aria-expanded=true] .vsa-item__trigger__icon--is-default:after {
  -webkit-transform: rotate(-45deg) translate3d(-29px,0.08rem,0);
  transform: rotate(-45deg) translate3d(-29px,0.08rem,0);
}
#app .vsa-item__trigger__icon{
  border: 2px solid ;
    border-radius: 50%;
    padding: 29px;
}

#app .vsa-item__trigger__icon--is-default:before {
    -webkit-transform: rotate(45deg) translate3d(18px, 19px, 0);
    transform: rotate(45deg) translate3d(18px,19px,0);
}

#app .vsa-item__trigger__icon--is-default:after {
    -webkit-transform: rotate(-45deg) translate3d(-18px, 19px,0);
    transform: rotate(-45deg) translate3d(-18px, 19px, 0);
}

#app .vsa-item__trigger__icon--is-default{
  transform: scale(0.42);
}

.full-black-screen{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  background: rgba(0,0,0,0.36);
}

#app .px-3 {
  padding-right: 0.42rem !important;
  padding-left: 0.42rem !important;
  width: 92%;
  padding-top: 1.2rem !important;
}



#app .mobile-screen-menu .header-btn{
  font-size: 12px;
}

#app .mapbox-logo.mapbox-logo-true{
  display: none;
}

#app .breadcrumb-space{
  height: 120px;

}

#app .arrow-icon::before{
  content: url('./images/prereservation/icon-arrow.png');
  margin-right: 8px;
}


.modal-body{
  padding: 6px !important;
}
[v-cloak]{
  display: none;
}
@media(max-width: 1024px){
  #app .header-menu{
    width: initial;
  }  
  #app .logoArea{
    height: 65px;
  }
  #app .space{
    height: 65px;
  }  
  #app .logoArea {
      position: relative;
      height: 65px;
  }
  #app .breadcrumb-space{
    height: 65px;
  }
}
@media (max-width: 768px){
  #app .proximite ul li.leaflet-popup-content-wrapper{
    min-width: 320px ;
  }
  #app .breadcrumb-space{
    height: 65px;
  }
  #app .header-news {
    padding: 6px 1%;
    height: 52px;
  }

  #app .header-news br{
    display: block;
  }



}

@media (max-width: 684px) {
  #app .twentytwenty-container .twentytwenty-arrow-left{
    top: 6px;
    left: 4px;
  }
  #app .twentytwenty-container .twentytwenty-arrow-right {
    bottom: 14px;
    left: 18px;
  }

  
  #app .header-menu{
  	height: 60px;
  }

}



@media (max-width: 480px){
  #app .header-logo img{
    width: 115px;
  }


}