html {
    width: 100%;
    height: 100%;
   
}
body {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    align-items: center; 
    background: linear-gradient(to bottom right, #041a09, rgb(94, 207, 122));
    /* background-color: green; */
    background-size: 100% 100%;
    cursor: url("image/cursor.png"), pointer!important;
}
/*----------------------------------------------------------------*/

/* Top-Ligne */
#topligne {
    display: flex;
    height: 350px;
}

    /* Logo */
#left_top_part {
    position: relative;
    width: 35%;
    text-align: left;
}
    /* End Logo */

    /* Boutique */
#boutique {
    height: 100%;
    width: 65%;
    overflow: scroll;
    height: 350px;    
    
}

#tableau {
    background-color: rgba(255, 255, 255, 0.719);
    width: 100%;
	border-collapse: collapse;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
}

ul {
    list-style: none;
}

th, td {
	padding: 15px 20px;
    border: 1px solid #ddd;

}

tr th {
	background-color: rgba(6, 44, 9, 0.849);
	box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
	color: #fff;
	text-align: left;
}

tr td:nth-child(even){
    overflow: hidden;
	background-color: #F3F3F3;
}
    /* Fin Boutique */

/* End Top-Ligne*/



/*----------------------------------------------------------------*/



/* Bottom-Ligne */
#bottomligne {
    display: flex;
}

    /* Infos */
#info {
    width: 50%;
    text-align: left;
    color: white    ;
    /* background-color: rgba(80, 79, 79, 0.103); */
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 50px;
    
}
.marginText {
    margin-left: 10px;
    margin-right: 10px;
}
#setting_button {
    margin: 0 25%;
}

    /* End Infos */

    /* Fabriques */

#fabriques {
    width: 50%;
    /* background-color: #504f4f1a; */
    margin-bottom: 50px;
}

#fabrique {
    background-image: url(image/map.jpg);
    background-size: contain;
    background-position: center; 
    background-repeat: no-repeat;
    height: 70%;
    width: 100%;
}
#event {
    height: 25%;
}
.img_map {
    height: 40px;
}

.onMap {
    width: 50px;
    height: 50px;
}

.h1InDiv {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 18px;
    color: rgb(235, 169, 25);
}

.imgInDiv {
    z-index: -1;
}

    /* End Fabriques */
  
    /* Placement fabrique */

    /* End Placement fabriqu*/
/* End Bottom-Ligne */

/*----------------------------------------------------------------*/

#popup_lose {
    background-color: rgba(255, 0, 0, 0.849);
    z-index: 4;
}

#popup_win {
    z-index: 4;
    background-color: green;
}

/*----------------------------------------------------------------*/

/* Button */
#button_cigar {
    transition: 0.5s;
    width: 150px;
    height: 250px;
    background: none;
    border: none;
    cursor: url("image/cursor.png"), pointer!important;
}

#button_cigar:hover {
    transform: scale(1.2);
}

#button_cigar:active {
    transform: scale(0.8)
}

#button_cigar img {
    transform: scale(1.5);
}


#button_cigar_sec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button:hover{
	background-color: rgba(20, 107, 27, 0.849);
    color: white;
}
.button {
    cursor: url("image/cursor.png"), pointer!important;
    appearance: button;
    background-color: rgba(6, 44, 9, 0.849);
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: #fff 4px 4px 0 0,#000 4px 4px 0 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ITCAvantGardeStd-Bk,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
  
.button:focus {
text-decoration: none;
}

.button:hover {
text-decoration: none;
}

.button:active {
box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
outline: 0;
}

.button:not([disabled]):active {
box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
transform: translate(2px, 2px);
}

#button_step2 {
    margin-left: auto;
    margin-right: auto;
}

#event button {
    margin-top: 15px
}

#bonus1 {
    position: absolute;
    right: 5px;
    margin-top: 10px;
    padding: 12px 30px;
}
#bonus2 {
    position: absolute;
    right: 5px;
    margin-top: 70px;
}
/* End Button */


/*----------------------------------------------------------------*/

/* Move a ping on the map */

/* #quantity_Nicaragua {

}*/

/* #quantity_Honduras {
    
}*/

/* #quantity_RepDom {
    
}*/

/* #quantity_Etat-Unis {
    
}*/

/* #quantity_France {
    
}*/

/* #quantity_Cuba {
    
}*/

/* #quantity_Italy {
    
} */



/* For new ping */

/* #quantity_minions[id]['Name'] {
    
} */