/*@media (max-width: 640px) {
	MOBILE*/
	html {
		color: #161616;
		margin: 0;
		padding: 0;
		border: 0;
		box-sizing:border-box;
	}

	* {
		font-family: arial;
		border-radius: 20px;
	}

	header {
		background-color: #ff5454;
		width: 100vw;
		padding: 0;
		border: 0;
		box-sizing:border-box;
		height: 10vh;
		display: flex;
		justify-content: space-between;
	}

	#menu {
		font-size: 12vw;
		font-family: arial;
		background-color: gray;
		position: absolute;
		top: 0px;
		margin: 0;
		padding: 0;
		border: 0;
		box-sizing:border-box;
		height: 100vh;
		width: 100vw;
		z-index: 50;
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: translateY(-200%);
		transition: transform 0.3s ease-out;
	}

ul div a li {
	padding-left: 200px;
}

	#menu a{
		text-decoration: none;
		color: #161616;
		line-height: 200px;
	}

	#burgerMenu input{
		visibility: hidden;
		position : absolute;
		top: 100px;
		left: 100px;
		z-index: 100;
		transform: scale(10);
	}

	#burgerMenu input:checked ~ #menu{
		transform: translateY(0);
	}

	.burger {
		width: 90px;
		height: 15px;
		margin-bottom: 15px;
		position: relative;
		top: 30px;
		left: 30px;
		background-color: #161616;
		border-radius: 15px;
		transform-origin: 4px 0px;
		transform: rotate(0);
		transition: transform 0.5s ease-in-out, background 0.5s ease-in-out, opacity 0.55s ease-in-out;
		z-index: 99;
		}

	#temp {
		font-family:arial;
		font-size: 130px;
		margin-top: 30px;
		margin-right: 30px;
	}

	body{
		background-color: #F2F2F2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#map {
		width: 75vw;
		height: 50vw;
		background-color: lightblue;
		margin-bottom: 70px;
		outline: 3px dashed #fff;
		outline-offset: -10px;
	}

	#bottom{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width:76%;
	}

	.bottomsquares {
		width: 20vw;
		height: 20vw;
		background-color: #ff5454;
		margin: 5vw;
		outline: 3px dashed #fff;
		outline-offset: -10px;
	}

#img_chat {
	padding-top: 25%;
	padding-bottom: auto;
	width: 70%;
}

.text_bottom {
	margin-top:2vh;
	font-size: 2.1vw;
	margin-top: 1vh;
	text-align: center;
}

#meteo {
	width: 350px;
	transform : scale3d(2.1, 2, 1);
	margin-top: 10vh;
	margin-bottom: 10vh;
}

.meter_1 {
	background: #555;
	position: relative;
	width:14vw;
	height:20vw;
	padding-top: 15%;
	margin-top: 3vh;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter_1 > span {
  display: block;
	position: absolute;
	bottom:0px;
  height: 10%;
	width: 14vw;
  background-color: rgb(183,104,192);
  overflow: hidden;
}

.meter_2 {
	background: #555;
	position: relative;
	width:14vw;
	height:20vw;
	padding-top: 15%;
	margin-top: 3vh;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter_2 > span {
  display: block;
	position: absolute;
	bottom:0px;
  height: 85%;
	width: 14vw;
  background-color: rgb(192,83,104);
  overflow: hidden;
}

.meter_3 {
	background: #555;
	position: relative;
	width:14vw;
	height:20vw;
	padding-top: 15%;
	margin-top: 3vh;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter_3 > span {
  display: block;
	position: absolute;
	bottom:0px;
  height: 43%;
	width: 14vw;
  background-color: rgb(83,104,192);
  overflow: hidden;
}

#urgence {
	position: absolute;
	bottom: 3vw;
	right: 3vw;
}

#photo_urgence {
	width: 15vw;
	background: white;
	border-radius: 200px;
}
