

@font-face {
	font-family: "InterstateBlack";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/interstate-black-webfont.ttf") format("truetype")
}

/* ############################################ */
/* Base                                         */


html {
	box-sizing: border-box;
    transition: all 0.5s ease;
    height:100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-position:fixed;
    font-family: 'Open Sans', sans-serif;

}

*, *:before, *:after {
	margin:0;
	padding:0;
	box-sizing: inherit;
}



a{outline: none; cursor:pointer;}

body {
  height:100%;
  font-family: "InterstateBlack";
}

   
   .bgmap{
    margin-top:1%;
    width:100%;
    background-position:center center;
    padding:1%;



   }
.bottom_over {
    background: none repeat scroll 0 0 rgba(218, 218, 218, 0.7);
    bottom: 0;
    padding: 1%;
    position: absolute;
    width: 100%;
}

footer{
    border-top:2px solid #ccc;
    margin-top:20px;
    padding-top:20px;
    float:left;
    text-align:center;
    width:100%;
    padding-bottom:30px;
}


.inside_map {
    border-radius: 5px;
    bottom: 2%;
    left: 2%;
    padding: 1%;
    position: absolute;
    text-align: center;
    top: 2%;
    transition: all 1s ease 0;
    z-index: 999999999;

}

.inside_map.actif-true{
     
    display: block;
    bottom: 4%;
    z-index: 999999999;

    width: 96%;
    text-indent:0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}

.gamemessages{
    color:#fff;
	text-align:center;
    padding-top:10%;

}

.red{
    color:#ff0000;
}
.gamemessages h2{
   font-size: 2.1em;
}

.gamemessages h3 {
    font-size: 1.4em;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 23px;
}
h3.sharebtn {
    float: left;
    font-size: 1.1em;
    margin-left: 0;
    margin-right: 15%;
    margin-top: 23px;
    width: 100%;
}
.gamemessages h4{
   font-size: 2.1em;
}

.gamemessages h5{
   font-size: 2.1em;
}


.action {
    background: #fff;
    color:red;
    border: 5px solid #fff;
    border-radius: 2px;
    display: block;
    font-size: 1.5em;
    letter-spacing: 0.02em;
    margin: 30px 20%;
    padding: 12px 20px;
    width: auto;
    font-weight: bold;
    transition: all 0.5s ease; 
}
.notice{
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 7px;
}


.action:hover{
        font-size: 1.7em;
    	color:#fff;
  		background: #000;
        border: 5px solid red;
}


.next-challenge{
}


.mapoverlayed{
	background-color:#000;
}
	



.group_notice{}

.answers{
    width: 100%;
}



.answer{
  	background: none repeat scroll 0 0 #fff;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: .9em;
    max-height: 100px;
    padding: 1%;
    text-align: center;
    text-transform: uppercase;
    transition-delay: 0s, 0s, 0s, 0s, 0s;
    transition-duration: 0.8s, 0.8s, 0s, 0.8s, 0.8s;
    transition-property: color, background-color, visibility, opacity, width;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    vertical-align: middle;
    visibility: visible;
    width: 45%;
    border-radius:3px;

}
.answer_a{
	 float: left;
}
.answer_b{
 float: right;
}

.answer:hover{
    color:#8d8f9e;
}

.choicer {
    display: block;
    float: left;
    height: 100px;
    min-width: 70px;
    padding-top: 11px;
    width: 20%;
}

.map-inside{width:100%; float:left; }

.result {
       

}

h4.correct{color:green;}
h4.false{color:red;}


h3.sharebtn{
margin-top: 70px;

}

h3.sharebtn a {
  
    font-size: 0.9em;
    font-weight: normal;
    padding: 22px 48px 20px 78px;
    text-decoration: none;
}

h3.sharebtn a.twitter {
      border: 3px solid #2290bf;
      padding-left: 105px;
    border-radius: 6px;
    color: #2290bf;
        text-align: right;

    background: url("../img/twitter_icon.png") no-repeat scroll 17px center / 46px 46px #fff;
}
h3.sharebtn a.facebook {
    background: url("../img/facebook.png") no-repeat scroll 11px center / 56px 56px #fff;
    border: 3px solid #3b5998;
    border-radius: 6px;
    color: #3b5998;
    padding-left: 89px;
    text-align: right;
}

.over-true{webkit-transition: font-size 1s;
   -moz-transition:  font-size 1s;
     -o-transition:  font-size 1s;
        transition:, font-size 1s;}
.over-true .a-a,.over-true  .b-b{color:green; font-size:1.8em;}
.over-true  .a-b,.over-true  .b-a{color:red; font-size:1.1em;}



@media (max-width: 850px) {
	
}

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

}