@-ms-viewport { width:device-width; }
@media only screen and (min-device-width:800px) { hrml,body { overflow:hidden;height:100%; } }
@font-face {
      font-family: 'fontello';
      src: url('../font/fontello.eot?3360014');
      src: url('../font/fontello.eot?3360014#iefix') format('embedded-opentype'),
           url('../font/fontello.woff?3360014') format('woff'),
           url('../font/fontello.ttf?3360014') format('truetype'),
           url('../font/fontello..hero?3360014#fontello') format('.hero');
      font-weight: normal;
      font-style: normal;
    }

    .leaflet-popup-content-wrapper, .leaflet-popup-tip {
      background: rgba(0, 0, 0, 0.5)!important;
      color: #fff!important;
      box-shadow: none!important;
    }
    .leaflet-popup{
      bottom:10px!important;
    }
    .demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;

      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */

      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;

      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;

      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;

      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */

      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;

      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }

html,body{
	font-family: 'Montserrat', sans-serif;
	margin:0px;
	padding:0px;
	height:100%;

}
.pano {
	height:100%; width:100%; margin:auto;
	background-size:  auto 100%;
	/*margin:55px;*/
}
/*
.floater {

	width:50%;
	float:left;
	  position: absolute;
  top: 0%;
  left: 0%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  overflow: hidden;
}
*/
.ui img
{
	height:100%;

}
.ui .header
{

height:55px;

background:#e2001a;

/* left:0px; */

float: left;

/* position:absolute; */

color:white;

z-index:4555;

padding-right:10px;
}
.header span
{
	font-size:18px;
	font-weight:200;
	padding:5px;
}
.header #altitude
{
	font-size:14px;
	padding:5px 12px;
	font-weight:300;
	border-left:1px solid white;
	border-right:1px solid white;
}
.header #temperature
{
	font-size:14px;
	padding:5px;
	font-weight:300;
}
.on
{
	z-index:22;
}
.header .lieu
{
	font-weight:300;
	font-size:16px;
	text-align:center;

	cursor:pointer;
}
.header img
{
	text-align:center;
}
.time #h1
{
	color:#5f5f5f;
	border-radius:10px;
	background:#efefef;
	border:0px;
	font-weight:400;
	font-weight:400;
	padding:7px 15px;
	margin:0px 5px;
}
.time .inactive
{
	background:none!important;
	color:#dadada;
	cursor:not-allowed
}
.time .inactive:hover
{
	color:#dadada;
}
.time .active
{
	background:#efefef!important;
	color:#5f5f5f;
	cursor:pointer;
}
.meteo
{
	left:0px;
	font-family:"Fira Sans";
	position:absolute;
	width:55px;
	background:white;
	height:100%;
	z-index:11;
	text-align:center;
	color:#222222;
}
#meteo
{
	cursor:pointer;
}
.meteo .content
{

}
.meteo .content h3
{
	margin:0px;
	margin-top:15px;
	font-size:16px;
	color:#e2001a;
	font-weight:400;
}
.meteo .content .demo-icon
{
	font-size:24px;
	margin:6px;
	    width: 45px;


}
.meteo .uk-icon-button
{
	margin-top:10px;
}
.meteo .content span b
{
	font-size:10px;
	font-weight:300;
}
.meteo .content span
{
	font-size:14px;
	font-weight:300;
	    width: 55px;
}
.time
{
	top:0px;
	position:absolute;
	height:55px;

	width:100%;
	z-index:111;


}
.time .content
{
	/* padding-left:445px; */
	padding-top: 10px;
	/* height: 10202px; */
	padding-bottom: 10px;
	margin-left: 20px;
}
.time .content .demo-icon
{
	font-size:20px;
	margin:8px;
	margin-top:15px;
	color: #e2001a;

}
.time .content .date
{
	margin-top: 6px;
	float:left;
	font-size:14px;
	margin-left: 20px;
	font-weight:300;
}
.time .content .hours
{
	width:300px;
	float:left;
	margin-top: 7px;
	font-size:12px;
	font-weight:300;
	margin-left:10px;
}
.time .content .hours span
{
	padding:3px 8px 3px 10px;

	 -webkit-transition: all 0.4s, -webkit-transform 0.4s;
	transition: all 0.4s, transform 0.4s;
	margin-top: -100px;
}
.time .content .hours span:hover
{
	cursor:pointer;

	color : #e2001a;
		 -webkit-transition: all 0.4s, -webkit-transform 0.4s;
	transition: all 0.4s, transform 0.4s;

}
.time .content .hours span img
{
		position:absolute;
		display:none;
		width:300px;
		margin-top:10px;
		border:7px solid rgba(255,255,255,0.7);
		margin-left:-50px;
		 -webkit-transition: all 0.4s, -webkit-transform 0.4s;
	transition: all 0.4s, transform 0.4s;
}

.time .content .hours span:hover img
{
	display:block;
		 -webkit-transition: all 0.4s, -webkit-transform 0.4s;
	transition: all 0.4s, transform 0.4s;
}
.time .content .hours span:nth-child(2)
{
		border-left:0px white solid!important;
		padding-left:0px;
}
.time .content .live
{
	float:right;
	font-weight:400x;
	font-size:18px;
	margin-right:10px;

}
.time .content .live b
{
	font-weight:normal;
}
.time .content .live span
{
	color:#e2001a;
}

@media all and (max-width: 1200px)
{
	.time .content .hours span
	{
		display:none;
	}
	iframe {

	min-height: 96%;
	z-index: 100!important;
}
}
@media all and (max-width: 800px){

.date,.caldendar,.hours,.live
{
	display:none;
}
}
.pub
{
	bottom:0px;
	position:absolute;
	height:55px;
	background:white;
	width:100%;
	z-index:12;

	color:#222222;
}
.pub .logo
{
	float:right;
	width:auto;
	font-size:11px;
	margin:15px;
	margin-top:7px;


}
.pub .logo img
{
	width:120px;
}
.buttons
{
	bottom:34px;
	font-size:18px;
	float:left;
	height:55px;
	background:rgba(255,255,255,0.9);
	padding:10px;
	margin-left:36%;
	margin-right:auto;
	z-index:1;


}
.buttons .demo-icon
{
	color:#222222;
	padding:7px;
	cursor:pointer;
		 -webkit-transition: all 0.4s, -webkit-transform 0.4s;
	transition: all 0.4s, transform 0.4s;
}
.buttons .demo-icon:hover
{
	color : #e2001a;
	 -webkit-transition: all 0.4s, -webkit-transform 0.4s;
	transition: all 0.4s, transform 0.4s;
}
.droite
{
	right:0px;
	position:absolute;
	width:55px;
	background:white;
	height:100%;
	z-index:11;

	color:#222222;
}
.gradient
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ae2d2f+0,833c29+21,406034+47,007165+74,007fa1+100 */
	background: rgba(255,255,255,1);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae2d2f', endColorstr='#007fa1',GradientType=1 ); /* IE6-9 */

	padding:20px;
	position:absolute;
	z-index:11;


}
.search
{
	color:grey;
	padding-top:7px;
	display:none;
	font-size:12px;
	width:auto;
	float:left;
	margin-left:20px;

}


.hero {

    width: 100%;
    height: 100%;
    position:absolute;
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	/*border:55px solid white;*/
	 z-index: 10!important;
	 top:0px;    font-size: 10vw;
    /*letter-spacing:-0.03em;*/
    height: 100%;


}
.hero text {
    text-anchor: middle;
	text-transform:uppercase;



}
.hero mask rect {
    fill: rgba(255, 255, 255, 1);

}
.hero > rect {
    fill: #e2001a;
    -webkit-mask: url(#mask);
    mask: url(#mask);
}
a
{
	text-decoration:none;
	color:white;
}
.lieux
{
	   padding: 0px 30px 100px 35px!important;
	color:white!important;
	display:none;


}
.lieux .link
{
	text-decoration:none;
	color:white!important;
	padding:0px;
	margin-top:0px!important;
}
.lieux .link .uk-overlay p
{
	color:white;
	text-shadow: 0px 0px 9px black;
}
.link .uk-icon
{
	color:white!important;
}
.lieux a
{padding:0px;text-decoration:none;
color:white!important;

}
.lieux .domaine
{
	font-size:12px!important;
	width:100%;
}
.lieux div
{
	cursor:pointer;

	margin:10px!important;
}
.lieux .uk-width-auto\@m
{
	padding:0px!important;
margin: 0px!important;
}

.lieux div h3
{
color:white!important;
		font-weight:500;
		text-align:center;
		margin:0px;
		width:100%;

}
.lieux div div:hover p
{
	display:none;
}
.lieux div  span
{
	font-weight:200;
}
.lieux .cross
{
	float:right;

	margin-left:20px;

}
.longname .lieu
{
	font-size:14px;
}
.longname .hero
{
	font-size: 10vw;
}
.cross
{
	color:white;
	cursor:pointer;
}

.time a
{
	color:black;
}
.time
{
	height: 55px;
}
.uk-overlay-default {
    background: rgba(226, 0, 26,0.95)!important;
}
.info img
{
	width:100%;margin-top:20px;
}
.info-meteo .block
{
	float:left;
	width:80px;
	margin:5px;
	text-align:center;
	   background: rgba(0,0,0,0.4);
    padding: 15px;

}
.now .big-icon
{
	font-size: 106px!important;
    float: right;
	margin-top: -30px!important;
    margin-bottom: 24px!important;

}
.info
{
	background:rgba(226, 0, 26,0.95);
	color:white;
	right:0px;
	width:30%;
	padding:70px;
	height:100%;
	margin:55px;
	font-family:"Fira Sans";
	position:absolute;
	display:none;
	z-index:1;
}
.info-meteo
{
	background: rgb(239, 239, 239);
	color:white;
	right:0px;
	width:30%;
	padding:70px;
	height:100%;
	margin:55px;
	font-family:"Fira Sans";
	position:absolute;
	display:none;
	z-index:3;
}
.info-meteo .more
{
float:left;
}
.info-meteo .block h3
{
	color:white!important;
}
.info-meteo h2,.info-meteo h3
{
	color:black!important;
}
.info-meteo .now
{
	background:#e2001a;
	width:320px;
}
.info-meteo .now h3
{
	margin-bottom:10px;
}
.info h2,.info-meteo h2
{
	font-size:48px;
	font-weight:100;
	color:white;
	margin:0px;
}
.info h3,.info-meteo h3
{
	font-size:24px;
	font-weight:600;
	margin-top:0px;
	color:white;
}
.info,.info-meteo
{
	font-size:	14px;
	font-weight:300;
}
.meteo .weather
{
	cursor:pointer;
}
.info-meteo
{
	left:0px;
	width: 360px;
	margin-top: 0px;
}
.info-meteo .big-icon
{
	    font-size: 106px;
    color: #efefef;
}
.info-meteo .small
{
	font-size:12px;
	font-weight:500;
	line-height:14px;

}
.more span
{
	font-size: 32px;
    font-weight: 200;
	line-height:38px;
}
.spinner
{


}
#krpanoSWFObject
{/*
	border-top:55px solid white!important;
	border-bottom:55px solid white!important;*/
}
.info .cross
{
	float:right;
	    margin-top: -45px;

}
.info
{
    margin-top: 0px;
}


.calendar {
  width: 315px;
  margin: 45px -16px 0;
  background:white;
  padding:10px;
  font-size:12px;
  display:none;
}
.all-hours
{
	width:100%;
	background:white;

padding: 20px;
    padding-top: 20px;
    margin-top: 45px;
	  font-size:12px;
	  position:absolute;

	    width: 95%!important;

    margin-right: 35px;

	  margin-left:-2000px;
}
.all-hours #h1
{
	cursor:pointer;
	/*background-image:url(../images/thumb_test.jpg);*/
	width:75%;
    height: 40px;
	float:left;
	text-shadow: 0px 0px 9px black;
	color:white;
	margin:5px;
}
.all-hours #h1:hover
{
box-shadow: inset 0 0 0 1000px rgba(226, 0, 26,.9);

}
.all-hours .liveround
{
	border-radius:5px;
	background:red;
	width:5px;
	height:5px;
	float:left;
	margin:8px;

}
.calendar__month {
  font-size: 14px;
  font-weight: 800;
  padding: 10px 0;
  width: 100%;
  position: relative;
}

.cal-month__previous,
.cal-month__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;

  &:hover {
    background-color: #42A5F5;
    box-shadow: 0 5px 5px -5px rgba(0,0,0,0.75);
    border-radius: 50%;
    font-weight: 800;
    color: #111;
  }
}

.cal-month__next {
  right: 0;
}

.cal-month__current {
  text-align: center;

  font-weight:400;
}

.cal-head__day,
.cal-body__day {
  display: inline-block;
  width: 45px;
  height: 45px;
  float: left;
}

.cal-body__week,
.calendar__head {
  display: block;
  height: 45px;
  width: 315px;
}

.calendar__head {
  line-height: 50px;
  position: relative;

  &:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #90CAF9;
  }
}

.cal-body__day {
  color: #cecece;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

.cal-day__month--current {
  color: #000000;
}

.cal-day__day--today {
  font-weight: 800;
  color: #e2001a;
}

.cal-day__day--selected {
  background-color: #e2001a;

  border-radius: 50%;
  color: white;
}
.ui-datepicker-today
{
  background-color: #e2001a;
  border-radius: 50%;
  color: white!important;
}
.ui-datepicker-today a
{
	color:white;
}
.ui-datepicker-current-day a
{
	font-weight:bold;
}
.ui-datepicker-calendar tr td
{
	color: #cecece;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
	width:45px;
}


.calendar{
	position:absolute;
	z-index:3;
	margin-left:450px;

}
.date
{
	cursor:pointer;
}
.date a
{
	margin:0px 4px 0px 0px;
}
.time a:hover
{
	color:#e2001a!important;
	color:#e2001a!important;
}

#map
{
	width:100%;
	height:1080px;
	left: -100%;
  z-index: 2;
	position:absolute;
}

*:focus
{
    outline:none; /*or outline-color:#FFFFFF; if the first doesn't work*/
    border:0px solid white;
    -webkit-box-shadow: 0px 0px 4px 0px white;
    box-shadow: 0px 0px 4px 0px white;
}
.play-hour
{
	position:absolute;
	display:none;
	z-index:100;
	left:100px;
	bottom:82px;
	font-weight:100;
	color:white;
	font-size:72px;
	margin:0px!important;
	text-shadow: 0px 0px 9px black;
}
body,html {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
@media screen and (max-height: 700px){
  .noheight
  {
  	display:none!important;
  }

  .info-meteo{
    padding: 0;
    padding-top: 50px;
  }

  .info-meteo .block{
    padding: 8px;
  }

  .info-meteo .now{
    width: 290px;
  }
}
.ui-autocomplete
{
	position: absolute!important;
	margin-top:40px!important;
    background: white!important;
	z-index:100!important;
}
.right
{
	float:right;
}
.ui-datepicker-title
{
	text-align:center;
}
iframe {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;

min-height: calc(96% - 50px);
width: auto;
height: auto;
z-index: -100;
background: url('/assets/images/polina.jpg') no-repeat;
background-size: cover;
}
.gradient
{

	overflow-y: scroll!important;
    height: 100%;


}
.book
{
	float: left;
    margin: 15px;
}
.book a
{
    color:#e2001a;
}
.book a:hover
{
	color:#999999;
	text-decoration:none;
}
