@charset "UTF-8";
/* CSS Document */

/* color chart turquoise #3cb9fa grey #dadee0 lightgrey #f2f2f2  ecriture grey #8d8d99;*/


* {
	margin: 0;
	box-sizing: border-box;         /* For IE and setrn versions of Chrome */
	-moz-box-sizing: border-box;    /* For Firefox                          */
	-webkit-box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
*:focus {
    outline: none;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../../../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../../../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../../../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../../../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons, .fb {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
i.fb {
	font-family: 'Montserrat', sans-serif;
	font-style:normal;
	font-weight: bold;
}
html,body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	min-width: 100%;
}

header {
	position: absolute;
	height: 70px;
	width: 100%;
	background: #fff;
	z-index: 9;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);

}

header h1 {
	position: relative;
	line-height: 70px;
	font-size: 62px;
	padding:0 20px;
	display: inline-block;
}
header h2 {
	position: relative;
	line-height: 70px;
	font-size: 60px;
	padding:0 15px;
	font-weight: 300;
	display: inline-block;
}

header h3 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 16px;
	padding:0 15px;
	font-weight: 300;
	display: inline-block;
	text-align: right;
}

header h3 a{
	text-decoration: none;
	color: #000;
	font-weight:normal;
}

@media (max-width:1000px) {
	header h1 {
		position: absolute;
		top: 7px;
		line-height: 30px;
		font-size: 30px;
	}
	header h2 {
		line-height: 30px;
		font-size: 30px;
		position: absolute;
		bottom: 7px;
	}
}

@media (max-width:600px) {
	header h3 {
		display: block;
		max-width: 50%;
		right: 10px;
		bottom: 7px;
		font-size: 13px;
		padding:0 10px;
		font-weight: 300;
		display: inline-block;
		text-align: right;
	}
	header h2 {
		font-size: 20px;
		bottom: 7px;
	}
	header h3 {
		bottom: 12px;
	}

}
@media (max-width:600px) {
	header h3 {
		font-size: 12px;
		bottom: 12px;
		max-width: 55%;
	}

}
@media (max-width:600px) {
	header h3 {
		font-size: 11px;
	}
}

section {
	position: absolute;
	bottom: 0px;
	height: calc(100% - 70px);
	height: calc(-webkit-fill-available - 70px);
	width:100%;
}

div#sets {
	display: flex;
	align-items: center;
    justify-content: center;
	height: 100%;
	width: 100%;
	padding: 0 1.5vw;
	transition: opacity 1s ease-in-out 0s;
}
div.set {
	position: relative;
	display: inline-block;
	width: 30vw;
	height: 30vw;
	margin:0 calc(7vw / 6);
	border-radius:50%;
	overflow: hidden;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 2vh 0px  rgba(0,0,0,.3);
}

div.set > div.content, div.set > div.text {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 50%;
	color: #fff;
}
div.set.setbingo {
	box-shadow: none;
	overflow: auto;
}
div.set > div.content {
	background-size: 100vw;
	background-position-x:  center;
	background-position-y: center;
}
div#set1  div.content {
	background-position-x: -2.7vw;
}
div#set3  div.content {
	background-position-x: -67.5vw;
}
div.set > div {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
div.set > canvas {
	left: 0;
	border-radius:50%;
}

div.set > div.text p {
	text-shadow: 0px 0px 5px rgba(0,0,0,.9);
	display: flex;
            align-items: center;
            justify-content: center;
    flex-direction: column;	
	transition: transform 0.5s ease-out;
	font-size: 1.5vw;
}
div.set > div.text.big p {
	transform: scale(1.5);
}
div.snow, div.bingo {
	position: absolute;
	top: 0;
	background: url(../images/snow.jpg)repeat;
	height: 100%;
	width: 100%;
}
div.snow {
}
div.bingo {
	background-repeat:no-repeat;
	background-position: 0px center;
	background-size: 100vw;
}




footer {
	position: fixed;
	height: 40px;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0;
	left: auto;
	top: auto;
}
footer button {
	display: inline-block;
	position: absolute;
	right: 5px;
	bottom: 10px;
	border-radius: 50%;
	background: #444;
	height: 40px;
	width: 40px;
	cursor: pointer;
	border: 5px solid #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	transition: transform .4s ease-in-out 0s;
}
footer button::after {
	display: block;
	content: '\e042';
	color: #fff;
	font-family: 'Material Icons';
	font-size: 18px;
	position: absolute;
	left: 6px;
	top: 6px;
}
footer button:hover {
	background: #000;
}

footer div.nobingo {
	position: absolute;
	bottom: 15px;
	right: 0px;
	background: rgba(255,255,255,.7);
	padding: 5px 60px 5px 15px;
	position: absolute;
	text-align:right;
	font-size: 1em;
	opacity: 0;
	transition: opacity 1s ease-in-out 0s;
}
footer div.nobingo.on {
	opacity: 1;
}


@media only screen and (orientation : portrait) {
	section {
		height: calc(100% - 70px);
	}
	div#sets {
		text-align: center;
		flex-wrap: wrap;
		padding: 1.5vh;
		height: 100%;
	}
	div.wrapper {
		height: 30%;
		margin: 1.5%;
		width: 100%;
	}
	div.set {
		clear: both;
		height: 100%;
		width: calc((100vh - 70px) * 0.3);
	}
	div.set > div.content {
	background-size: calc(100vh - 70px);
	background-position-x:  center;
	background-position-y: 	center; 
	}
	div#set1 > div.content {
		background-position-x: center;
		background-position-y: -2.7vh;
	}
	div#set3  div.content {
		background-position-x: center;
		background-position-y: -57.5vh;
	}

	div.set > div.text p {
		font-size: 1em;
	}
	div.set > div.text.big p {
		transform: scale(1.15);
	}
	div.bingo {
		background-size: auto 100%;
	}
	div.bingo {
		background-position: center 0px;
		background-size: auto calc(100vh - 70px);
	}


}
