
.bg-primary {
background: #151a20 !important

}
.bg-secondary {
  background: #f8f8f8;
}

.bg-video {
  background: #0e1012;
}

.bg-pied {
  background: #0e1012;
}


.bg-dark {
  background: #292929;
}
.color-body {
  color: #666;
}

.color-primary {
  color: #18252d !important;

}

.image-bg a,
.bg-primary a {
  color: #ccd2d7 !important;
}





br{
   display:block !important;
}


.label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  letter-spacing: 1px;
  background: #13181d;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 9px;
  vertical-align: middle;
}



h6,
.h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

hr {
  border: none;
  border-top: 1px solid #464646;
  margin: 0 0 0px 0;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}


.btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0px solid #999;
  padding: 0 10px;
  height: 20px;
  min-width: 100px;
  line-height: 20px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 2px;
  color: #13181d;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 5px;
  margin-bottom: 24px;
}

.btn-filled {
  background: #21282e;
  color: #666;
}

.bg-primary .btn:hover {
  background: #324353;
  color: #fff;
}

.bg-primary .btn {
  color: #959595;
  border-color: #fff;
}

.label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  letter-spacing: 1px;
  background: #13181d;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 9px;
  vertical-align: middle;
}





.bloc-pano {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
}

.bloc-pano__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  background: rgba(16,21,26,.5) url("icon_pano2.png") no-repeat 50% 50%;

  z-index: 10;
  transition: opacity .25s ease-out;
}

.bloc-pano.-active .bloc-pano__overlay {
  opacity: 0;
}

.bloc-pano__video iframe {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  display: block;
}


@media screen and (min-width: 481px) {

    #div-mobile { display: none; }
    #div-desktop { display: block; }

}

@media screen and (max-width: 480px) {

    #div-mobile { display: block; }
    #div-desktop { display: none; }

}
