
body{
	text-align: center;
	background-image: url("ADDON/images/background.png");
	background-repeat: no-repeat ;
	background-attachment: fixed;
	background-size: cover;
}

h1{
	font-size: 30px;
}

/* Style pour la carte */
#map {
    height: 400px; /* Hauteur de la carte */
    width: 90%;   /* La carte occupe 100% de la largeur de son conteneur parent */
	margin-left: 5%;
	border: 2px solid black;
	font-size: 9px;
}

/* Style du tableau */
#earthquake-table-div {
	width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-height: 450px;
    overflow-y: auto;
	margin-bottom: 30px;
	text-align: center;
	border: 1px solid gray;
}

table {
	width: 100%;
    border-collapse: collapse;
    text-align: center;
	cursor: pointer;
}
tr{
	background-color: white;
	text-align: center;
	display: table-row;
}
 table, th, td {
    border: 1px solid black;
}
th, td {
    padding: 10px;
    text-align: center;
	font-size: 15px;
}



		
#infobarpicto{
	text-align: left;
	margin-left: 2.5%;
	display:block;
}
#infobarpictoinv{
	text-align: left;
	margin-left: 2.5%;
	display:none;
	margin-bottom: 15px;
}
#infobarpicto img{
	width: 100px;
	margin-left: 50px; margin-top: 5px;
	text-align: left;
}
#infobarpictoinv img{
	width: 100px;
	margin-left: 50px; margin-top: 5px;
	text-align: left;
}



#alertepopup {
	display: none;
    z-index: 1000;
    position: fixed;
    left: 29%;
    top: 15%;
    width: 40%;
    height: 210px;
    background-color: rgb(243, 243, 243);
    box-shadow: 0 15px 20px red;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
	padding: 3%;
}
#alertepopup div {
    margin: 10px 0;
    width: 100%;
	font-size: 20px;
	text-color: red;
}
#alertepopup img {
	width: 300px;
	height: 100px;
}
#alertepopup button {
	width: 150px;
	height: 40px;
	font-size: 20px;
	border: 3px solid black;
}


#bottomtext {
	width: 90%;
	margin-left: auto; 
	margin-right: auto;
	font-size: 10px;
}




@media only screen and (max-width: 750px) {
		
	h1{
		font-size: 19px;
	}	
	
	#desplaytogmob{
		display: none;
	}

	#map {
		height: 500px;
		
	}
	#infobarpicto{
		display:none;
	}
	#infobarpictoinv{
		display:block;
		
	}
	#earthquake-table-div {
		margin-top: 5px;
	}
	
	th, td {
		font-size: 10px;
	}
	
	
	
#alertepopup {
    left: 12%;
    top: 10%;
    width: 70%;
    height: 250px;
	padding: 3%;
}
#alertepopup div {
	font-size: 15px;
}
#alertepopup img {
	width: 150px;
	height: 50px;
}
#alertepopup button {
	width: 75px;
	height: 30px;
	font-size: 15px;
}
	
	
}









