body
{
	background-color: #938D8D;
	font-family: Candara;
}

.sectionLeft
{
	float : left;
	width : 70%;
    border-radius: 10px;
	border: 2px groove grey;
    background: radial-gradient(ellipse farthest-corner,
      #AFADAD, #A7A6A6 10%, #9B9A9A 30%, #898686);
   
}
	
.sectionRight 
{
	float : right;
	width : 29%;
    background-color: #BAB3B3;
    border-radius: 10px;
	border: 2px groove #BF7673;
}

.scoreContainer 
{
	background-color : #BDAAA9;
	width : 30%;
	padding : 10px;
	border-radius: 10px;
	font-size: 40px;
    border-radius: 10px;
	border: 2px groove #BF7673;
    margin : 10px 0px 10px 0px;
}
.urgence
{
	float : center;
	position : absolute;
	top : 60%;
	left : 50px;
	height : 150px;
	width : 150px;
}
.urgence:hover
{
	transform : scale(1.1);
}

#clicker
{
	background-size: contain;
	position : relative;
	transition: all .1s ease-in-out;
	height: 485px;
	width: 435px;
	cursor : pointer;
    border-radius: 10px;
	border: 2px groove #BF7673;
    margin : 10px 0px 10px 0px;
}

#clicker:hover
{
	transform : scale(1.02);
}

#clicker:active
{
	transform : scale(0.99);
}

#clicker > .number {
	z-index: 99;
	font-size: 60px;
	color: #9D0052;
	position: absolute;
}

#clicker > .number2 {
	z-index: 99;
	font-size: 30px;
	color: black;
	position: absolute;
    background-color: #D9D9D9;
    width: 200px;
    border: groove 3px;
    border-radius: 15px;
}

.shop 
{
	background-color : #BDAAA1;
	transition: all .2s ease-in-out;
	border-radius: 10px;
	border: 2px groove #BF7673;
	width : 100%;
	margin : 10px 0px 10px 0px;
    
}

.shop:hover 
{
	background-color : #D1C2BF;
	transition: all .2s ease-in-out;
}
	
.shop #image 
{
	width : 25%;
}
	
.shop img 
{
	height : 74px;
	width : 85px;
  	border-radius: 10%;
}
	
.shop #nameandcost p {
	margin : 0px;
	width : 60%;
}
	
.shop #nameandcost p:first-of-type {
	font-size : 30px;
}
	
.shop #amount {
	font-size : 48px;
	color: #595959;
	width : 15%;
}
	
.unselectable {
	-webkit-user-select: none;
	-moze-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#upgradeContainer
{
	background-color : #BDAAA9;
	width : 95%;
	padding : 10px;
	font-size: 40px;
    border-radius: 10px;
	border: 2px groove #BF7673;
    margin : 10px 0px 10px 0px;
}

#upgradeContainer img {
	border:2px solid #000;
	border-radius: 5px;
	margin : 7px 0px 7px 0px;
	padding : 7px;
	height : 64px;
	width : 90px;
}

.amelio, .construct
{
	font-size: 30px;
}
#phrase
{
	background-color : #BDAAA9;
	width: 100%;
	text-align: center;
	position: absolute;
    top: 0;
    left: 0;
  	font-size: 30px;
	position: fixed;
  	z-index: 98;
    border:4px ridge black;
}
.nombreclics
{
	background: ##F090D9;
	width: 100%;
	font-size: 20px;
	margin : 1px 0px 10px 0px;
	border-radius : 5px;
}

#achievementContainer img
{
	border:2px solid #000;
	border-radius: 5px;
	margin : 7px 0px 7px 0px;
	padding : 7px;
	height : 80px;
	width : 85px;
}

.succes
{
	font-size: 30px;
}
.infobulle {
  position: relative;  /* les .infobulle deviennent référents */
  cursor: pointer;
  }

/* on génère un élément :after lors du survol et du focus :*/

.infobulle:hover::after,
.infobulle:focus::after {
  display:block;
  height: 120px;
  width: 400px;
  content: attr(aria-label);  /* on affiche aria-label */
  position: absolute;
  top: 1%;
  left: 20%;
  transform: translateX(-120%); /* on centre horizontalement  */
  z-index: 1; /* pour s'afficher au dessus des éléments en position relative */
  padding: 5px 14px;
  background: #BDAAA9;
  color: black;
  border-radius: 30px 30px 30px 30px;
  font-size: 1.5rem;
  border:2px ridge black;
 }
.infobulle2 {
  position: relative;  /* les .infobulle deviennent référents */
  cursor: pointer;
  }

/* on génère un élément :after lors du survol et du focus :*/

.infobulle2:hover::after,
.infobulle2:focus::after {
  display:block;
  height: 100px;
  width: 400px;
  position: absolute;
  top: 10%;
  left: 200%;
  content: attr(aria-label);  /* on affiche aria-label */
  transform: translateX(-120%); /* on centre horizontalement  */
  z-index: 999; /* pour s'afficher au dessus des éléments en position relative */
  padding: 5px 14px;
  background: #BDAAA9;
  color: black;
  border-radius: 30px 30px 30px 30px;
  font-size: 1.5rem;
  border:2px ridge black;
}

.menu
{
	position : absolute;
	top : 15%;
	left : 50px;
}

.connect
{
	position : absolute;
	top : 30%;
	left : 50px;
}

#perso
{
	position : absolute;
	top : 10%;
	left : 50px;
}



/* OBJECTS */
.bonus {
  animation-name: anim_nichons;
  animation-duration: 30s;
}
.bonus {
  	position: absolute;
	background-image:url(bonus.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 150px;
	width: 100px;
	border-bottom-right-radius: 20%;
	border-bottom-left-radius: 20%;
	cursor: pointer;
}
@keyframes anim_nichons  {
   from {opacity:0;}
   to   {opacity:1;}
   
}